Html Css Color HEX #C99102 Dark Goldenrod

📋 copy color: '#C99102'

red 201 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #C99102

Tints of Dark Goldenrod #C99102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 57.76%
G = 41.67%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C99102 (or 0xC99102) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 02. RGB value is (201,145,2). Sum of RGB (Red+Green+Blue) = 201+145+2=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C99102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99102 is #366EFD. Grayscale: #929292. Windows color (decimal): -3567358 or 168393. OLE color: 168393.

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

Color convert

RGB 201 145 2 -
CMYK 0 0.28 0.99 0.21
HSL 43.12º 0.98% 0.4% -
HSV(B) 43.12º 0.99% 0.79% -
XYZ 34.22 32.67 4.56 -
YUV 145.44 47.05 167.63 -
System Red Green Blue C M Y K H S L
Decimal 201 145 2 0 0.28 0.99 0.21 43.12 0.98 0.4
Hex C9 91 2 0 1C 63 15 2B 62 28
Octal 311 221 2 0 34 143 25 53 142 50
Binary 11001001 10010001 10 0 11100 1100011 10101 101011 1100010 101000

Color Harmonies of #C99102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99102

Black with #C99102

Text Example


Text Example

White with #C99102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99102; }

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

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

background-color css

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

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

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

border-color css

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

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

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