Html Css Color HEX #CAA327 Galliano

📋 copy color: '#CAA327'

red 202 ◦ green 163 ◦ blue 39

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

Shades of Galliano #CAA327

Tints of Galliano #CAA327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 50%
G = 40.35%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAA327 (or 0xCAA327) is known color: Galliano. HEX triplet: CA, A3 and 27. RGB value is (202,163,39). Sum of RGB (Red+Green+Blue) = 202+163+39=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA327 is #355CD8. Grayscale: #A1A1A1. Windows color (decimal): -3497177 or 2597834. OLE color: 2597834.

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

Color convert

RGB 202 163 39 -
CMYK 0 0.19 0.81 0.21
HSL 45.64º 0.68% 0.47% -
HSV(B) 45.64º 0.81% 0.79% -
XYZ 37.82 38.9 7.43 -
YUV 160.53 59.42 157.58 -
System Red Green Blue C M Y K H S L
Decimal 202 163 39 0 0.19 0.81 0.21 45.64 0.68 0.47
Hex CA A3 27 0 13 51 15 2E 44 2F
Octal 312 243 47 0 23 121 25 56 104 57
Binary 11001010 10100011 100111 0 10011 1010001 10101 101110 1000100 101111

Color Harmonies of #CAA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA327

Black with #CAA327

Text Example


Text Example

White with #CAA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA327; }

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

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

background-color css

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

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

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

border-color css

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

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

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