Html Css Color HEX #CC880B Dark Goldenrod

📋 copy color: '#CC880B'

red 204 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #CC880B

Tints of Dark Goldenrod #CC880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 58.12%
G = 38.75%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC880B (or 0xCC880B) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 0B. RGB value is (204,136,11). Sum of RGB (Red+Green+Blue) = 204+136+11=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC880B is #3377F4. Grayscale: #8E8E8E. Windows color (decimal): -3373045 or 755916. OLE color: 755916.

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

Color convert

RGB 204 136 11 -
CMYK 0 0.33 0.95 0.2
HSL 38.86º 0.9% 0.42% -
HSV(B) 38.86º 0.95% 0.8% -
XYZ 33.77 30.47 4.42 -
YUV 142.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 204 136 11 0 0.33 0.95 0.2 38.86 0.9 0.42
Hex CC 88 B 0 21 5F 14 27 5A 2A
Octal 314 210 13 0 41 137 24 47 132 52
Binary 11001100 10001000 1011 0 100001 1011111 10100 100111 1011010 101010

Color Harmonies of #CC880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC880B

Black with #CC880B

Text Example


Text Example

White with #CC880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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