Html Css Color HEX #C99600 Dark Goldenrod

📋 copy color: '#C99600'

red 201 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #C99600

Tints of Dark Goldenrod #C99600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

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

R = 57.26%
G = 42.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99600 (or 0xC99600) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 00. RGB value is (201,150,0). Sum of RGB (Red+Green+Blue) = 201+150+0=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C99600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99600 is #3669FF. Grayscale: #949494. Windows color (decimal): -3566080 or 38601. OLE color: 38601.

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

Color convert

RGB 201 150 0 -
CMYK 0 0.25 1 0.21
HSL 44.78º 1% 0.39% -
HSV(B) 44.78º 1% 0.79% -
XYZ 34.99 34.23 4.76 -
YUV 148.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 201 150 0 0 0.25 1 0.21 44.78 1 0.39
Hex C9 96 0 0 19 64 15 2D 64 27
Octal 311 226 0 0 31 144 25 55 144 47
Binary 11001001 10010110 0 0 11001 1100100 10101 101101 1100100 100111

Color Harmonies of #C99600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99600

Black with #C99600

Text Example


Text Example

White with #C99600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99600; }

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

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

background-color css

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

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

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

border-color css

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

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

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