Html Css Color HEX #C99400 Dark Goldenrod

📋 copy color: '#C99400'

red 201 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C99400

Tints of Dark Goldenrod #C99400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 57.59%
G = 42.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C99400 (or 0xC99400) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 00. RGB value is (201,148,0). Sum of RGB (Red+Green+Blue) = 201+148+0=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C99400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99400 is #366BFF. Grayscale: #939393. Windows color (decimal): -3566592 or 38089. OLE color: 38089.

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

Color convert

RGB 201 148 0 -
CMYK 0 0.26 1 0.21
HSL 44.18º 1% 0.39% -
HSV(B) 44.18º 1% 0.79% -
XYZ 34.68 33.6 4.66 -
YUV 146.98 45.06 166.53 -
System Red Green Blue C M Y K H S L
Decimal 201 148 0 0 0.26 1 0.21 44.18 1 0.39
Hex C9 94 0 0 1A 64 15 2C 64 27
Octal 311 224 0 0 32 144 25 54 144 47
Binary 11001001 10010100 0 0 11010 1100100 10101 101100 1100100 100111

Color Harmonies of #C99400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99400

Black with #C99400

Text Example


Text Example

White with #C99400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99400; }

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

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

background-color css

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

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

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

border-color css

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

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

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