Html Css Color HEX #CC7F00 Dark Goldenrod

📋 copy color: '#CC7F00'

red 204 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #CC7F00

Tints of Dark Goldenrod #CC7F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.63%
G = 38.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC7F00 (or 0xCC7F00) is known color: Dark Goldenrod. HEX triplet: CC, 7F and 00. RGB value is (204,127,0). Sum of RGB (Red+Green+Blue) = 204+127+0=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F00 is #3380FF. Grayscale: #888888. Windows color (decimal): -3375360 or 32716. OLE color: 32716.

HSL color Cylindrical-coordinate representation of color #CC7F00: hue angle of 37.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7F00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 0 -
CMYK 0 0.38 1 0.2
HSL 37.35º 1% 0.4% -
HSV(B) 37.35º 1% 0.8% -
XYZ 32.49 28.02 3.7 -
YUV 135.55 51.51 176.83 -
System Red Green Blue C M Y K H S L
Decimal 204 127 0 0 0.38 1 0.2 37.35 1 0.4
Hex CC 7F 0 0 26 64 14 25 64 28
Octal 314 177 0 0 46 144 24 45 144 50
Binary 11001100 1111111 0 0 100110 1100100 10100 100101 1100100 101000

Color Harmonies of #CC7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F00

Black with #CC7F00

Text Example


Text Example

White with #CC7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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