Html Css Color HEX #C99105 Dark Goldenrod

📋 copy color: '#C99105'

red 201 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #C99105

Tints of Dark Goldenrod #C99105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 57.26%
G = 41.31%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C99105 (or 0xC99105) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 05. RGB value is (201,145,5). Sum of RGB (Red+Green+Blue) = 201+145+5=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C99105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99105 is #366EFA. Grayscale: #929292. Windows color (decimal): -3567355 or 365001. OLE color: 365001.

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

Color convert

RGB 201 145 5 -
CMYK 0 0.28 0.98 0.21
HSL 42.86º 0.95% 0.4% -
HSV(B) 42.86º 0.98% 0.79% -
XYZ 34.24 32.68 4.65 -
YUV 145.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 201 145 5 0 0.28 0.98 0.21 42.86 0.95 0.4
Hex C9 91 5 0 1C 62 15 2B 5F 28
Octal 311 221 5 0 34 142 25 53 137 50
Binary 11001001 10010001 101 0 11100 1100010 10101 101011 1011111 101000

Color Harmonies of #C99105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99105

Black with #C99105

Text Example


Text Example

White with #C99105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99105; }

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

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

background-color css

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

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

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

border-color css

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

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

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