#CC7B00

Color #CC7B00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CC7B00

Tints of Dark Goldenrod #CC7B00

Color information

#CC7B00 (or 0xCC7B00) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 7B and 00. RGB value is (204,123,0). Sum of RGB (Red+Green+Blue) = 204+123+0=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B00 is #3384FF. Grayscale: #858585. Windows color (decimal): -3376384 or 31692. OLE color: 31692.

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

Color convert

RGB2041230-
CMYK00.4010.2
HSL36.18º100%40%-
HSV(B)36.18º100%80%-
XYZ31.98273.53-
YUV133.252.84178.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.39%
G=37.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204123000.4010.236.1810040
HexCC7B00286414246428
Octal3141730050144244414450
Binary110011001111011001010001100100101001001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B00; }

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

 H1.HeaderClassName
 {
   color: #CC7B00;
 }
 .AnyTagClassName
 {
   color: #CC7B00;
 }
</style>
background-color css

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

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

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

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

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

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