#CD8A22

Color #CD8A22 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CD8A22

Tints of Geebung #CD8A22

Color information

#CD8A22 (or 0xCD8A22) is unknown color: approx Geebung. HEX triplet: CD, 8A and 22. RGB value is (205,138,34). Sum of RGB (Red+Green+Blue) = 205+138+34=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A22 is #3275DD. Grayscale: #929292. Windows color (decimal): -3306974 or 2263757. OLE color: 2263757.

HSL color Cylindrical-coordinate representation of color #CD8A22: hue angle of 36.49º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD8A22 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20513834-
CMYK00.330.830.20
HSL36.49º71.55%46.86%-
HSV(B)36.49º83.41%80.39%-
XYZ34.5531.275.73-
YUV146.1864.7169.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=54.38%
G=36.60%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051383400.330.830.2036.4971.5546.86
HexCD8A22021531424482f
Octal31521242041123244411057
Binary110011011000101010001001000011010011101001001001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A22; }

 p { color: rgb(205,138,34); }

 H1.HeaderClassName
 {
   color: #CD8A22;
 }
 .AnyTagClassName
 {
   color: #CD8A22;
 }
</style>
background-color css

<style>
 a { background-color: #CD8A22; }

 a { background-color: rgb(205,138,34); }

 div.DivClassName
 {
   background-color: #CD8A22;
 }
 .BgClassName
 {
   background-color: #CD8A22;
 }
</style>
border-color css

<style>
 span { border-color: #CD8A22; }

 span { border-color: rgb(205,138,34); }

 td.TdClassName
 {
   border-color: #CD8A22;
 }
 .TagClassName
 {
   border-color: #CD8A22;
 }
</style>