Html Css Color HEX #CD881D Geebung

📋 copy color: '#CD881D'

red 205 ◦ green 136 ◦ blue 29

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

Shades of Geebung #CD881D

Tints of Geebung #CD881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 55.41%
G = 36.76%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD881D (or 0xCD881D) is known color: Geebung. HEX triplet: CD, 88 and 1D. RGB value is (205,136,29). Sum of RGB (Red+Green+Blue) = 205+136+29=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD881D is #3277E2. Grayscale: #909090. Windows color (decimal): -3307491 or 1935565. OLE color: 1935565.

HSL color Cylindrical-coordinate representation of color #CD881D: hue angle of 36.48º 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 #CD881D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 29 -
CMYK 0 0.34 0.86 0.20
HSL 36.48º 0.75% 0.46% -
HSV(B) 36.48º 0.86% 0.8% -
XYZ 34.2 30.68 5.28 -
YUV 144.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 205 136 29 0 0.34 0.86 0.20 36.48 0.75 0.46
Hex CD 88 1D 0 22 56 14 24 4B 2E
Octal 315 210 35 0 42 126 24 44 113 56
Binary 11001101 10001000 11101 0 100010 1010110 10100 100100 1001011 101110

Color Harmonies of #CD881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD881D

Black with #CD881D

Text Example


Text Example

White with #CD881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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