Html Css Color HEX #CD891D Geebung

📋 copy color: '#CD891D'

red 205 ◦ green 137 ◦ blue 29

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

Shades of Geebung #CD891D

Tints of Geebung #CD891D

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 value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD891D (or 0xCD891D) is known color: 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

RGB 205 137 29 -
CMYK 0 0.33 0.86 0.20
HSL 36.82º 0.75% 0.46% -
HSV(B) 36.82º 0.86% 0.8% -
XYZ 34.34 30.96 5.33 -
YUV 145.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 205 137 29 0 0.33 0.86 0.20 36.82 0.75 0.46
Hex CD 89 1D 0 21 56 14 25 4B 2E
Octal 315 211 35 0 41 126 24 45 113 56
Binary 11001101 10001001 11101 0 100001 1010110 10100 100101 1001011 101110

Color Harmonies of #CD891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD891D

Black with #CD891D

Text Example


Text Example

White with #CD891D

Text Example


Text Example

HTML Codes & Css Web 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>