Html Css Color HEX #C99700 Dark Goldenrod

📋 copy color: '#C99700'

red 201 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #C99700

Tints of Dark Goldenrod #C99700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

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

R = 57.1%
G = 42.9%
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

#C99700 (or 0xC99700) is known color: Dark Goldenrod. HEX triplet: C9, 97 and 00. RGB value is (201,151,0). Sum of RGB (Red+Green+Blue) = 201+151+0=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C99700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99700 is #3668FF. Grayscale: #959595. Windows color (decimal): -3565824 or 38857. OLE color: 38857.

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

Color convert

RGB 201 151 0 -
CMYK 0 0.25 1 0.21
HSL 45.07º 1% 0.39% -
HSV(B) 45.07º 1% 0.79% -
XYZ 35.15 34.55 4.82 -
YUV 148.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 201 151 0 0 0.25 1 0.21 45.07 1 0.39
Hex C9 97 0 0 19 64 15 2D 64 27
Octal 311 227 0 0 31 144 25 55 144 47
Binary 11001001 10010111 0 0 11001 1100100 10101 101101 1100100 100111

Color Harmonies of #C99700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99700

Black with #C99700

Text Example


Text Example

White with #C99700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99700; }

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

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

background-color css

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

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

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

border-color css

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

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

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