Html Css Color HEX #C99900 Dark Goldenrod

📋 copy color: '#C99900'

red 201 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #C99900

Tints of Dark Goldenrod #C99900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 56.78%
G = 43.22%
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

#C99900 (or 0xC99900) is known color: Dark Goldenrod. HEX triplet: C9, 99 and 00. RGB value is (201,153,0). Sum of RGB (Red+Green+Blue) = 201+153+0=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C99900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99900 is #3666FF. Grayscale: #969696. Windows color (decimal): -3565312 or 39369. OLE color: 39369.

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

Color convert

RGB 201 153 0 -
CMYK 0 0.24 1 0.21
HSL 45.67º 1% 0.39% -
HSV(B) 45.67º 1% 0.79% -
XYZ 35.48 35.2 4.92 -
YUV 149.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 201 153 0 0 0.24 1 0.21 45.67 1 0.39
Hex C9 99 0 0 18 64 15 2E 64 27
Octal 311 231 0 0 30 144 25 56 144 47
Binary 11001001 10011001 0 0 11000 1100100 10101 101110 1100100 100111

Color Harmonies of #C99900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99900

Black with #C99900

Text Example


Text Example

White with #C99900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99900; }

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

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

background-color css

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

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

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

border-color css

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

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

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