Html Css Color HEX #C09021 Nugget

📋 copy color: '#C09021'

red 192 ◦ green 144 ◦ blue 33

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

Shades of Nugget #C09021

Tints of Nugget #C09021

RGB

 RED value IS 192 (75.39% from 255) = 52.03%

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 52.03%
G = 39.02%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09021 (or 0xC09021) is known color: Nugget. HEX triplet: C0, 90 and 21. RGB value is (192,144,33). Sum of RGB (Red+Green+Blue) = 192+144+33=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09021 is #3F6FDE. Grayscale: #929292. Windows color (decimal): -4157407 or 2199744. OLE color: 2199744.

HSL color Cylindrical-coordinate representation of color #C09021: hue angle of 41.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09021 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 33 -
CMYK 0 0.25 0.83 0.25
HSL 41.89º 0.71% 0.44% -
HSV(B) 41.89º 0.83% 0.75% -
XYZ 31.99 31.26 5.79 -
YUV 145.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 192 144 33 0 0.25 0.83 0.25 41.89 0.71 0.44
Hex C0 90 21 0 19 53 19 2A 47 2C
Octal 300 220 41 0 31 123 31 52 107 54
Binary 11000000 10010000 100001 0 11001 1010011 11001 101010 1000111 101100

Color Harmonies of #C09021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09021

Black with #C09021

Text Example


Text Example

White with #C09021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09021; }

 p { color: rgb(192,144,33); }

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

background-color css

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

 a { background-color: rgb(192,144,33); }

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

border-color css

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

 span { border-color: rgb(192,144,33); }

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