Html Css Color HEX #CAA250 Sundance

📋 copy color: '#CAA250'

red 202 ◦ green 162 ◦ blue 80

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

Shades of Sundance #CAA250

Tints of Sundance #CAA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 45.5%
G = 36.49%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CAA250 (or 0xCAA250) is known color: Sundance. HEX triplet: CA, A2 and 50. RGB value is (202,162,80). Sum of RGB (Red+Green+Blue) = 202+162+80=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA250 is #355DAF. Grayscale: #A4A4A4. Windows color (decimal): -3497392 or 5284554. OLE color: 5284554.

HSL color Cylindrical-coordinate representation of color #CAA250: hue angle of 40.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAA250 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 162 80 -
CMYK 0 0.20 0.60 0.21
HSL 40.33º 0.54% 0.55% -
HSV(B) 40.33º 0.6% 0.79% -
XYZ 38.73 38.98 13.07 -
YUV 164.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 202 162 80 0 0.20 0.60 0.21 40.33 0.54 0.55
Hex CA A2 50 0 14 3C 15 28 36 37
Octal 312 242 120 0 24 74 25 50 66 67
Binary 11001010 10100010 1010000 0 10100 111100 10101 101000 110110 110111

Color Harmonies of #CAA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA250

Black with #CAA250

Text Example


Text Example

White with #CAA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA250; }

 p { color: rgb(202,162,80); }

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

background-color css

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

 a { background-color: rgb(202,162,80); }

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

border-color css

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

 span { border-color: rgb(202,162,80); }

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