Html Css Color HEX #CC7C02 Dark Goldenrod

📋 copy color: '#CC7C02'

red 204 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #CC7C02

Tints of Dark Goldenrod #CC7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 61.82%
G = 37.58%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC7C02 (or 0xCC7C02) is known color: Dark Goldenrod. HEX triplet: CC, 7C and 02. RGB value is (204,124,2). Sum of RGB (Red+Green+Blue) = 204+124+2=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C02 is #3383FD. Grayscale: #868686. Windows color (decimal): -3376126 or 163020. OLE color: 163020.

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

Color convert

RGB 204 124 2 -
CMYK 0 0.39 0.99 0.2
HSL 36.24º 0.98% 0.4% -
HSV(B) 36.24º 0.99% 0.8% -
XYZ 32.12 27.26 3.63 -
YUV 134.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 204 124 2 0 0.39 0.99 0.2 36.24 0.98 0.4
Hex CC 7C 2 0 27 63 14 24 62 28
Octal 314 174 2 0 47 143 24 44 142 50
Binary 11001100 1111100 10 0 100111 1100011 10100 100100 1100010 101000

Color Harmonies of #CC7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C02

Black with #CC7C02

Text Example


Text Example

White with #CC7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C02; }

 p { color: rgb(204,124,2); }

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

background-color css

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

 a { background-color: rgb(204,124,2); }

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

border-color css

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

 span { border-color: rgb(204,124,2); }

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