Html Css Color HEX #C99800 Dark Goldenrod

📋 copy color: '#C99800'

red 201 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #C99800

Tints of Dark Goldenrod #C99800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.94%
G = 43.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99800 (or 0xC99800) is known color: Dark Goldenrod. HEX triplet: C9, 98 and 00. RGB value is (201,152,0). Sum of RGB (Red+Green+Blue) = 201+152+0=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C99800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99800 is #3667FF. Grayscale: #959595. Windows color (decimal): -3565568 or 39113. OLE color: 39113.

HSL color Cylindrical-coordinate representation of color #C99800: hue angle of 45.37º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99800 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 0 -
CMYK 0 0.24 1 0.21
HSL 45.37º 1% 0.39% -
HSV(B) 45.37º 1% 0.79% -
XYZ 35.32 34.87 4.87 -
YUV 149.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 201 152 0 0 0.24 1 0.21 45.37 1 0.39
Hex C9 98 0 0 18 64 15 2D 64 27
Octal 311 230 0 0 30 144 25 55 144 47
Binary 11001001 10011000 0 0 11000 1100100 10101 101101 1100100 100111

Color Harmonies of #C99800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99800

Black with #C99800

Text Example


Text Example

White with #C99800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99800; }

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

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

background-color css

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

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

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

border-color css

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

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

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