Html Css Color HEX #CC7C03 Dark Goldenrod

📋 copy color: '#CC7C03'

red 204 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #CC7C03

Tints of Dark Goldenrod #CC7C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 61.63%
G = 37.46%
B = 0.91%

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

#CC7C03 (or 0xCC7C03) is known color: Dark Goldenrod. HEX triplet: CC, 7C and 03. RGB value is (204,124,3). Sum of RGB (Red+Green+Blue) = 204+124+3=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C03 is #3383FC. Grayscale: #868686. Windows color (decimal): -3376125 or 228556. OLE color: 228556.

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

Color convert

RGB 204 124 3 -
CMYK 0 0.39 0.99 0.2
HSL 36.12º 0.97% 0.41% -
HSV(B) 36.12º 0.99% 0.8% -
XYZ 32.13 27.26 3.65 -
YUV 134.13 54 177.84 -
System Red Green Blue C M Y K H S L
Decimal 204 124 3 0 0.39 0.99 0.2 36.12 0.97 0.41
Hex CC 7C 3 0 27 63 14 24 61 29
Octal 314 174 3 0 47 143 24 44 141 51
Binary 11001100 1111100 11 0 100111 1100011 10100 100100 1100001 101001

Color Harmonies of #CC7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C03

Black with #CC7C03

Text Example


Text Example

White with #CC7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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