Html Css Color HEX #CC7F0B Dark Goldenrod

📋 copy color: '#CC7F0B'

red 204 ◦ green 127 ◦ blue 11

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

Shades of Dark Goldenrod #CC7F0B

Tints of Dark Goldenrod #CC7F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

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

R = 59.65%
G = 37.13%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC7F0B (or 0xCC7F0B) is known color: Dark Goldenrod. HEX triplet: CC, 7F and 0B. RGB value is (204,127,11). Sum of RGB (Red+Green+Blue) = 204+127+11=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F0B is #3380F4. Grayscale: #898989. Windows color (decimal): -3375349 or 753612. OLE color: 753612.

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

Color convert

RGB 204 127 11 -
CMYK 0 0.38 0.95 0.2
HSL 36.06º 0.9% 0.42% -
HSV(B) 36.06º 0.95% 0.8% -
XYZ 32.55 28.04 4.01 -
YUV 136.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 204 127 11 0 0.38 0.95 0.2 36.06 0.9 0.42
Hex CC 7F B 0 26 5F 14 24 5A 2A
Octal 314 177 13 0 46 137 24 44 132 52
Binary 11001100 1111111 1011 0 100110 1011111 10100 100100 1011010 101010

Color Harmonies of #CC7F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F0B

Black with #CC7F0B

Text Example


Text Example

White with #CC7F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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