Html Css Color HEX #CC8913 Dark Goldenrod

📋 copy color: '#CC8913'

red 204 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #CC8913

Tints of Dark Goldenrod #CC8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 56.67%
G = 38.06%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8913 (or 0xCC8913) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 13. RGB value is (204,137,19). Sum of RGB (Red+Green+Blue) = 204+137+19=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8913 is #3376EC. Grayscale: #909090. Windows color (decimal): -3372781 or 1280460. OLE color: 1280460.

HSL color Cylindrical-coordinate representation of color #CC8913: hue angle of 38.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8913 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 19 -
CMYK 0 0.33 0.91 0.2
HSL 38.27º 0.83% 0.44% -
HSV(B) 38.27º 0.91% 0.8% -
XYZ 33.97 30.78 4.77 -
YUV 143.58 57.7 171.09 -
System Red Green Blue C M Y K H S L
Decimal 204 137 19 0 0.33 0.91 0.2 38.27 0.83 0.44
Hex CC 89 13 0 21 5B 14 26 53 2C
Octal 314 211 23 0 41 133 24 46 123 54
Binary 11001100 10001001 10011 0 100001 1011011 10100 100110 1010011 101100

Color Harmonies of #CC8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8913

Black with #CC8913

Text Example


Text Example

White with #CC8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8913; }

 p { color: rgb(204,137,19); }

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

background-color css

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

 a { background-color: rgb(204,137,19); }

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

border-color css

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

 span { border-color: rgb(204,137,19); }

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