Html Css Color HEX #CD8721 Geebung

📋 copy color: '#CD8721'

red 205 ◦ green 135 ◦ blue 33

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

Shades of Geebung #CD8721

Tints of Geebung #CD8721

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 33 (13.28% from 255) = 8.85%

R = 54.96%
G = 36.19%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD8721 (or 0xCD8721) is known color: Geebung. HEX triplet: CD, 87 and 21. RGB value is (205,135,33). Sum of RGB (Red+Green+Blue) = 205+135+33=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8721 is #3278DE. Grayscale: #909090. Windows color (decimal): -3307743 or 2197453. OLE color: 2197453.

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

Color convert

RGB 205 135 33 -
CMYK 0 0.34 0.84 0.20
HSL 35.58º 0.72% 0.47% -
HSV(B) 35.58º 0.84% 0.8% -
XYZ 34.12 30.42 5.51 -
YUV 144.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 205 135 33 0 0.34 0.84 0.20 35.58 0.72 0.47
Hex CD 87 21 0 22 54 14 24 48 2F
Octal 315 207 41 0 42 124 24 44 110 57
Binary 11001101 10000111 100001 0 100010 1010100 10100 100100 1001000 101111

Color Harmonies of #CD8721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8721

Black with #CD8721

Text Example


Text Example

White with #CD8721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8721; }

 p { color: rgb(205,135,33); }

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

background-color css

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

 a { background-color: rgb(205,135,33); }

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

border-color css

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

 span { border-color: rgb(205,135,33); }

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