Html Css Color HEX #CD880C Dark Goldenrod

📋 copy color: '#CD880C'

red 205 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #CD880C

Tints of Dark Goldenrod #CD880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 58.07%
G = 38.53%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD880C (or 0xCD880C) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 0C. RGB value is (205,136,12). Sum of RGB (Red+Green+Blue) = 205+136+12=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD880C is #3277F3. Grayscale: #8F8F8F. Windows color (decimal): -3307508 or 821453. OLE color: 821453.

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

Color convert

RGB 205 136 12 -
CMYK 0 0.34 0.94 0.20
HSL 38.55º 0.89% 0.43% -
HSV(B) 38.55º 0.94% 0.8% -
XYZ 34.05 30.61 4.46 -
YUV 142.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 205 136 12 0 0.34 0.94 0.20 38.55 0.89 0.43
Hex CD 88 C 0 22 5E 14 27 59 2B
Octal 315 210 14 0 42 136 24 47 131 53
Binary 11001101 10001000 1100 0 100010 1011110 10100 100111 1011001 101011

Color Harmonies of #CD880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD880C

Black with #CD880C

Text Example


Text Example

White with #CD880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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