Html Css Color HEX #CA9423 Nugget

📋 copy color: '#CA9423'

red 202 ◦ green 148 ◦ blue 35

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

Shades of Nugget #CA9423

Tints of Nugget #CA9423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 52.47%
G = 38.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA9423 (or 0xCA9423) is known color: Nugget. HEX triplet: CA, 94 and 23. RGB value is (202,148,35). Sum of RGB (Red+Green+Blue) = 202+148+35=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9423 is #356BDC. Grayscale: #979797. Windows color (decimal): -3501021 or 2331850. OLE color: 2331850.

HSL color Cylindrical-coordinate representation of color #CA9423: hue angle of 40.6º 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 #CA9423 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 35 -
CMYK 0 0.27 0.83 0.21
HSL 40.6º 0.7% 0.46% -
HSV(B) 40.6º 0.83% 0.79% -
XYZ 35.25 33.86 6.27 -
YUV 151.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 202 148 35 0 0.27 0.83 0.21 40.6 0.7 0.46
Hex CA 94 23 0 1B 53 15 29 46 2E
Octal 312 224 43 0 33 123 25 51 106 56
Binary 11001010 10010100 100011 0 11011 1010011 10101 101001 1000110 101110

Color Harmonies of #CA9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9423

Black with #CA9423

Text Example


Text Example

White with #CA9423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9423; }

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

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

background-color css

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

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

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

border-color css

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

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

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