Html Css Color HEX #C99803 Dark Goldenrod

📋 copy color: '#C99803'

red 201 ◦ green 152 ◦ blue 3

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

Shades of Dark Goldenrod #C99803

Tints of Dark Goldenrod #C99803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

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

R = 56.46%
G = 42.7%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99803 (or 0xC99803) is known color: Dark Goldenrod. HEX triplet: C9, 98 and 03. RGB value is (201,152,3). Sum of RGB (Red+Green+Blue) = 201+152+3=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C99803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99803 is #3667FC. Grayscale: #969696. Windows color (decimal): -3565565 or 235721. OLE color: 235721.

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

Color convert

RGB 201 152 3 -
CMYK 0 0.24 0.99 0.21
HSL 45.15º 0.97% 0.4% -
HSV(B) 45.15º 0.99% 0.79% -
XYZ 35.33 34.88 4.96 -
YUV 149.67 45.23 164.62 -
System Red Green Blue C M Y K H S L
Decimal 201 152 3 0 0.24 0.99 0.21 45.15 0.97 0.4
Hex C9 98 3 0 18 63 15 2D 61 28
Octal 311 230 3 0 30 143 25 55 141 50
Binary 11001001 10011000 11 0 11000 1100011 10101 101101 1100001 101000

Color Harmonies of #C99803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99803

Black with #C99803

Text Example


Text Example

White with #C99803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99803; }

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

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

background-color css

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

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

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

border-color css

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

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

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