Html Css Color HEX #CC870D Dark Goldenrod

📋 copy color: '#CC870D'

red 204 ◦ green 135 ◦ blue 13

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

Shades of Dark Goldenrod #CC870D

Tints of Dark Goldenrod #CC870D

RGB

 RED value IS 204 (80.08% from 255) = 57.95%

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

 BLUE value IS 13 (5.47% from 255) = 3.69%

R = 57.95%
G = 38.35%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC870D (or 0xCC870D) is known color: Dark Goldenrod. HEX triplet: CC, 87 and 0D. RGB value is (204,135,13). Sum of RGB (Red+Green+Blue) = 204+135+13=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC870D is #3378F2. Grayscale: #8E8E8E. Windows color (decimal): -3373299 or 886732. OLE color: 886732.

HSL color Cylindrical-coordinate representation of color #CC870D: hue angle of 38.32º degrees, saturation: 0.88, 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 #CC870D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 13 -
CMYK 0 0.34 0.94 0.2
HSL 38.32º 0.88% 0.43% -
HSV(B) 38.32º 0.94% 0.8% -
XYZ 33.64 30.19 4.44 -
YUV 141.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 204 135 13 0 0.34 0.94 0.2 38.32 0.88 0.43
Hex CC 87 D 0 22 5E 14 26 58 2B
Octal 314 207 15 0 42 136 24 46 130 53
Binary 11001100 10000111 1101 0 100010 1011110 10100 100110 1011000 101011

Color Harmonies of #CC870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC870D

Black with #CC870D

Text Example


Text Example

White with #CC870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC870D; }

 p { color: rgb(204,135,13); }

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

background-color css

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

 a { background-color: rgb(204,135,13); }

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

border-color css

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

 span { border-color: rgb(204,135,13); }

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