#CD891D

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

Shades of Geebung #CD891D

Tints of Geebung #CD891D

Color information

#CD891D (or 0xCD891D) is unknown color: approx Geebung. HEX triplet: CD, 89 and 1D. RGB value is (205,137,29). Sum of RGB (Red+Green+Blue) = 205+137+29=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD891D is #3276E2. Grayscale: #919191. Windows color (decimal): -3307235 or 1935821. OLE color: 1935821.

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

Color convert

RGB20513729-
CMYK00.330.860.20
HSL36.82º75.21%45.88%-
HSV(B)36.82º85.85%80.39%-
XYZ34.3430.965.33-
YUV145.0262.53170.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.26%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 29 (11.72% from 255) = 7.82%
R=55.26%
G=36.93%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051372900.330.860.2036.8275.2145.88
HexCD891D0215614254b2e
Octal31521135041126244511356
Binary11001101100010011110101000011010110101001001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD891D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD891D; }

 p { color: rgb(205,137,29); }

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

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

 a { background-color: rgb(205,137,29); }

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

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

 span { border-color: rgb(205,137,29); }

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