Html Css Color HEX #CAA623 Galliano

📋 copy color: '#CAA623'

red 202 ◦ green 166 ◦ blue 35

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

Shades of Galliano #CAA623

Tints of Galliano #CAA623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 50.12%
G = 41.19%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAA623 (or 0xCAA623) is known color: Galliano. HEX triplet: CA, A6 and 23. RGB value is (202,166,35). Sum of RGB (Red+Green+Blue) = 202+166+35=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA623 is #3559DC. Grayscale: #A2A2A2. Windows color (decimal): -3496413 or 2336458. OLE color: 2336458.

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

Color convert

RGB 202 166 35 -
CMYK 0 0.18 0.83 0.21
HSL 47.07º 0.7% 0.46% -
HSV(B) 47.07º 0.83% 0.79% -
XYZ 38.3 39.95 7.28 -
YUV 161.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 202 166 35 0 0.18 0.83 0.21 47.07 0.7 0.46
Hex CA A6 23 0 12 53 15 2F 46 2E
Octal 312 246 43 0 22 123 25 57 106 56
Binary 11001010 10100110 100011 0 10010 1010011 10101 101111 1000110 101110

Color Harmonies of #CAA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA623

Black with #CAA623

Text Example


Text Example

White with #CAA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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