Html Css Color HEX #CD8824 Geebung

📋 copy color: '#CD8824'

red 205 ◦ green 136 ◦ blue 36

#CD8824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #CD8824

Tints of Geebung #CD8824

RGB

 RED value IS 205 (80.47% from 255) = 54.38%

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 36 (14.45% from 255) = 9.55%

R = 54.38%
G = 36.07%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD8824 (or 0xCD8824) is known color: Geebung. HEX triplet: CD, 88 and 24. RGB value is (205,136,36). Sum of RGB (Red+Green+Blue) = 205+136+36=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8824 is #3277DB. Grayscale: #919191. Windows color (decimal): -3307484 or 2394317. OLE color: 2394317.

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

Color convert

RGB 205 136 36 -
CMYK 0 0.34 0.82 0.20
HSL 35.5º 0.7% 0.47% -
HSV(B) 35.5º 0.82% 0.8% -
XYZ 34.3 30.71 5.79 -
YUV 145.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 205 136 36 0 0.34 0.82 0.20 35.5 0.7 0.47
Hex CD 88 24 0 22 52 14 24 46 2F
Octal 315 210 44 0 42 122 24 44 106 57
Binary 11001101 10001000 100100 0 100010 1010010 10100 100100 1000110 101111

Color Harmonies of #CD8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8824

Black with #CD8824

Text Example


Text Example

White with #CD8824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8824; }

 p { color: rgb(205,136,36); }

 H1.HeaderClassName
 {
   color: #CD8824;
 }
 .AnyTagClassName
 {
   color: #CD8824;
 }
</style>

background-color css

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

 a { background-color: rgb(205,136,36); }

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

border-color css

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

 span { border-color: rgb(205,136,36); }

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