Html Css Color HEX #CC9603 Dark Goldenrod

📋 copy color: '#CC9603'

red 204 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #CC9603

Tints of Dark Goldenrod #CC9603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

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

R = 57.14%
G = 42.02%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC9603 (or 0xCC9603) is known color: Dark Goldenrod. HEX triplet: CC, 96 and 03. RGB value is (204,150,3). Sum of RGB (Red+Green+Blue) = 204+150+3=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9603 is #3369FC. Grayscale: #969696. Windows color (decimal): -3369469 or 235212. OLE color: 235212.

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

Color convert

RGB 204 150 3 -
CMYK 0 0.26 0.99 0.2
HSL 43.88º 0.97% 0.41% -
HSV(B) 43.88º 0.99% 0.8% -
XYZ 35.82 34.66 4.89 -
YUV 149.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 204 150 3 0 0.26 0.99 0.2 43.88 0.97 0.41
Hex CC 96 3 0 1A 63 14 2C 61 29
Octal 314 226 3 0 32 143 24 54 141 51
Binary 11001100 10010110 11 0 11010 1100011 10100 101100 1100001 101001

Color Harmonies of #CC9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9603

Black with #CC9603

Text Example


Text Example

White with #CC9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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