Html Css Color HEX #C99705 Dark Goldenrod

📋 copy color: '#C99705'

red 201 ◦ green 151 ◦ blue 5

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

Shades of Dark Goldenrod #C99705

Tints of Dark Goldenrod #C99705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 56.3%
G = 42.3%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C99705 (or 0xC99705) is known color: Dark Goldenrod. HEX triplet: C9, 97 and 05. RGB value is (201,151,5). Sum of RGB (Red+Green+Blue) = 201+151+5=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C99705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99705 is #3668FA. Grayscale: #959595. Windows color (decimal): -3565819 or 366537. OLE color: 366537.

HSL color Cylindrical-coordinate representation of color #C99705: hue angle of 44.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C99705 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 5 -
CMYK 0 0.25 0.98 0.21
HSL 44.69º 0.95% 0.4% -
HSV(B) 44.69º 0.98% 0.79% -
XYZ 35.18 34.56 4.96 -
YUV 149.31 46.57 164.87 -
System Red Green Blue C M Y K H S L
Decimal 201 151 5 0 0.25 0.98 0.21 44.69 0.95 0.4
Hex C9 97 5 0 19 62 15 2D 5F 28
Octal 311 227 5 0 31 142 25 55 137 50
Binary 11001001 10010111 101 0 11001 1100010 10101 101101 1011111 101000

Color Harmonies of #C99705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99705

Black with #C99705

Text Example


Text Example

White with #C99705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99705; }

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

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

background-color css

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

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

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

border-color css

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

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

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