Html Css Color HEX #CC880D Dark Goldenrod

📋 copy color: '#CC880D'

red 204 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #CC880D

Tints of Dark Goldenrod #CC880D

RGB

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

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

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

R = 57.79%
G = 38.53%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC880D (or 0xCC880D) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 0D. RGB value is (204,136,13). Sum of RGB (Red+Green+Blue) = 204+136+13=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC880D is #3377F2. Grayscale: #8E8E8E. Windows color (decimal): -3373043 or 886988. OLE color: 886988.

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

Color convert

RGB 204 136 13 -
CMYK 0 0.33 0.94 0.2
HSL 38.64º 0.88% 0.43% -
HSV(B) 38.64º 0.94% 0.8% -
XYZ 33.78 30.47 4.48 -
YUV 142.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 204 136 13 0 0.33 0.94 0.2 38.64 0.88 0.43
Hex CC 88 D 0 21 5E 14 27 58 2B
Octal 314 210 15 0 41 136 24 47 130 53
Binary 11001100 10001000 1101 0 100001 1011110 10100 100111 1011000 101011

Color Harmonies of #CC880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC880D

Black with #CC880D

Text Example


Text Example

White with #CC880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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