Html Css Color HEX #CC9003 Dark Goldenrod

📋 copy color: '#CC9003'

red 204 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #CC9003

Tints of Dark Goldenrod #CC9003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 58.12%
G = 41.03%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC9003 (or 0xCC9003) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 03. RGB value is (204,144,3). Sum of RGB (Red+Green+Blue) = 204+144+3=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9003 is #336FFC. Grayscale: #929292. Windows color (decimal): -3371005 or 233676. OLE color: 233676.

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

Color convert

RGB 204 144 3 -
CMYK 0 0.29 0.99 0.2
HSL 42.09º 0.97% 0.41% -
HSV(B) 42.09º 0.99% 0.8% -
XYZ 34.89 32.79 4.58 -
YUV 145.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 204 144 3 0 0.29 0.99 0.2 42.09 0.97 0.41
Hex CC 90 3 0 1D 63 14 2A 61 29
Octal 314 220 3 0 35 143 24 52 141 51
Binary 11001100 10010000 11 0 11101 1100011 10100 101010 1100001 101001

Color Harmonies of #CC9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9003

Black with #CC9003

Text Example


Text Example

White with #CC9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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