Html Css Color HEX #C99107 Dark Goldenrod

📋 copy color: '#C99107'

red 201 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #C99107

Tints of Dark Goldenrod #C99107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 56.94%
G = 41.08%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C99107 (or 0xC99107) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 07. RGB value is (201,145,7). Sum of RGB (Red+Green+Blue) = 201+145+7=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C99107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99107 is #366EF8. Grayscale: #929292. Windows color (decimal): -3567353 or 496073. OLE color: 496073.

HSL color Cylindrical-coordinate representation of color #C99107: hue angle of 42.68º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C99107 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 7 -
CMYK 0 0.28 0.97 0.21
HSL 42.68º 0.93% 0.41% -
HSV(B) 42.68º 0.97% 0.79% -
XYZ 34.25 32.68 4.7 -
YUV 146.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 201 145 7 0 0.28 0.97 0.21 42.68 0.93 0.41
Hex C9 91 7 0 1C 61 15 2B 5D 29
Octal 311 221 7 0 34 141 25 53 135 51
Binary 11001001 10010001 111 0 11100 1100001 10101 101011 1011101 101001

Color Harmonies of #C99107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99107

Black with #C99107

Text Example


Text Example

White with #C99107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99107; }

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

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

background-color css

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

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

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

border-color css

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

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

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