Html Css Color HEX #CA9023 Nugget

📋 copy color: '#CA9023'

red 202 ◦ green 144 ◦ blue 35

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

Shades of Nugget #CA9023

Tints of Nugget #CA9023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.19%

R = 53.02%
G = 37.8%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA9023 (or 0xCA9023) is known color: Nugget. HEX triplet: CA, 90 and 23. RGB value is (202,144,35). Sum of RGB (Red+Green+Blue) = 202+144+35=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9023 is #356FDC. Grayscale: #959595. Windows color (decimal): -3502045 or 2330826. OLE color: 2330826.

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

Color convert

RGB 202 144 35 -
CMYK 0 0.29 0.83 0.21
HSL 39.16º 0.7% 0.46% -
HSV(B) 39.16º 0.83% 0.79% -
XYZ 34.63 32.62 6.06 -
YUV 148.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 202 144 35 0 0.29 0.83 0.21 39.16 0.7 0.46
Hex CA 90 23 0 1D 53 15 27 46 2E
Octal 312 220 43 0 35 123 25 47 106 56
Binary 11001010 10010000 100011 0 11101 1010011 10101 100111 1000110 101110

Color Harmonies of #CA9023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9023

Black with #CA9023

Text Example


Text Example

White with #CA9023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9023; }

 p { color: rgb(202,144,35); }

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

background-color css

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

 a { background-color: rgb(202,144,35); }

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

border-color css

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

 span { border-color: rgb(202,144,35); }

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