Html Css Color HEX #C99924 Nugget

📋 copy color: '#C99924'

red 201 ◦ green 153 ◦ blue 36

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

Shades of Nugget #C99924

Tints of Nugget #C99924

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 36 (14.45% from 255) = 9.23%

R = 51.54%
G = 39.23%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C99924 (or 0xC99924) is known color: Nugget. HEX triplet: C9, 99 and 24. RGB value is (201,153,36). Sum of RGB (Red+Green+Blue) = 201+153+36=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C99924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99924 is #3666DB. Grayscale: #9A9A9A. Windows color (decimal): -3565276 or 2398665. OLE color: 2398665.

HSL color Cylindrical-coordinate representation of color #C99924: hue angle of 42.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C99924 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 36 -
CMYK 0 0.24 0.82 0.21
HSL 42.55º 0.7% 0.46% -
HSV(B) 42.55º 0.82% 0.79% -
XYZ 35.8 35.33 6.6 -
YUV 154.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 201 153 36 0 0.24 0.82 0.21 42.55 0.7 0.46
Hex C9 99 24 0 18 52 15 2B 46 2E
Octal 311 231 44 0 30 122 25 53 106 56
Binary 11001001 10011001 100100 0 11000 1010010 10101 101011 1000110 101110

Color Harmonies of #C99924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99924

Black with #C99924

Text Example


Text Example

White with #C99924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99924; }

 p { color: rgb(201,153,36); }

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

background-color css

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

 a { background-color: rgb(201,153,36); }

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

border-color css

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

 span { border-color: rgb(201,153,36); }

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