Html Css Color HEX #CC8911 Dark Goldenrod

📋 copy color: '#CC8911'

red 204 ◦ green 137 ◦ blue 17

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

Shades of Dark Goldenrod #CC8911

Tints of Dark Goldenrod #CC8911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 56.98%
G = 38.27%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC8911 (or 0xCC8911) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 11. RGB value is (204,137,17). Sum of RGB (Red+Green+Blue) = 204+137+17=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8911 is #3376EE. Grayscale: #8F8F8F. Windows color (decimal): -3372783 or 1149388. OLE color: 1149388.

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

Color convert

RGB 204 137 17 -
CMYK 0 0.33 0.92 0.2
HSL 38.5º 0.85% 0.43% -
HSV(B) 38.5º 0.92% 0.8% -
XYZ 33.95 30.77 4.68 -
YUV 143.35 56.7 171.26 -
System Red Green Blue C M Y K H S L
Decimal 204 137 17 0 0.33 0.92 0.2 38.5 0.85 0.43
Hex CC 89 11 0 21 5C 14 27 55 2B
Octal 314 211 21 0 41 134 24 47 125 53
Binary 11001100 10001001 10001 0 100001 1011100 10100 100111 1010101 101011

Color Harmonies of #CC8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8911

Black with #CC8911

Text Example


Text Example

White with #CC8911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8911; }

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

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

background-color css

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

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

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

border-color css

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

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

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