Html Css Color HEX #C99003 Dark Goldenrod

📋 copy color: '#C99003'

red 201 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #C99003

Tints of Dark Goldenrod #C99003

RGB

 RED value IS 201 (78.91% from 255) = 57.76%

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

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

R = 57.76%
G = 41.38%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99003 (or 0xC99003) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 03. RGB value is (201,144,3). Sum of RGB (Red+Green+Blue) = 201+144+3=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C99003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99003 is #366FFC. Grayscale: #919191. Windows color (decimal): -3567613 or 233673. OLE color: 233673.

HSL color Cylindrical-coordinate representation of color #C99003: hue angle of 42.73º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99003 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 3 -
CMYK 0 0.28 0.99 0.21
HSL 42.73º 0.97% 0.4% -
HSV(B) 42.73º 0.99% 0.79% -
XYZ 34.08 32.37 4.54 -
YUV 144.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 201 144 3 0 0.28 0.99 0.21 42.73 0.97 0.4
Hex C9 90 3 0 1C 63 15 2B 61 28
Octal 311 220 3 0 34 143 25 53 141 50
Binary 11001001 10010000 11 0 11100 1100011 10101 101011 1100001 101000

Color Harmonies of #C99003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99003

Black with #C99003

Text Example


Text Example

White with #C99003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99003; }

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

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

background-color css

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

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

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

border-color css

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

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

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