Html Css Color HEX #CA9927 Nugget

📋 copy color: '#CA9927'

red 202 ◦ green 153 ◦ blue 39

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

Shades of Nugget #CA9927

Tints of Nugget #CA9927

RGB

 RED value IS 202 (79.3% from 255) = 51.27%

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

 BLUE value IS 39 (15.63% from 255) = 9.9%

R = 51.27%
G = 38.83%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA9927 (or 0xCA9927) is known color: Nugget. HEX triplet: CA, 99 and 27. RGB value is (202,153,39). Sum of RGB (Red+Green+Blue) = 202+153+39=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9927 is #3566D8. Grayscale: #9B9B9B. Windows color (decimal): -3499737 or 2595274. OLE color: 2595274.

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

Color convert

RGB 202 153 39 -
CMYK 0 0.24 0.81 0.21
HSL 41.96º 0.68% 0.47% -
HSV(B) 41.96º 0.81% 0.79% -
XYZ 36.11 35.49 6.87 -
YUV 154.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 202 153 39 0 0.24 0.81 0.21 41.96 0.68 0.47
Hex CA 99 27 0 18 51 15 2A 44 2F
Octal 312 231 47 0 30 121 25 52 104 57
Binary 11001010 10011001 100111 0 11000 1010001 10101 101010 1000100 101111

Color Harmonies of #CA9927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9927

Black with #CA9927

Text Example


Text Example

White with #CA9927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9927; }

 p { color: rgb(202,153,39); }

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

background-color css

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

 a { background-color: rgb(202,153,39); }

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

border-color css

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

 span { border-color: rgb(202,153,39); }

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