Html Css Color HEX #CAA527 Galliano

📋 copy color: '#CAA527'

red 202 ◦ green 165 ◦ blue 39

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

Shades of Galliano #CAA527

Tints of Galliano #CAA527

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

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

R = 49.75%
G = 40.64%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAA527 (or 0xCAA527) is known color: Galliano. HEX triplet: CA, A5 and 27. RGB value is (202,165,39). Sum of RGB (Red+Green+Blue) = 202+165+39=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA527 is #355AD8. Grayscale: #A2A2A2. Windows color (decimal): -3496665 or 2598346. OLE color: 2598346.

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

Color convert

RGB 202 165 39 -
CMYK 0 0.18 0.81 0.21
HSL 46.38º 0.68% 0.47% -
HSV(B) 46.38º 0.81% 0.79% -
XYZ 38.18 39.61 7.55 -
YUV 161.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 202 165 39 0 0.18 0.81 0.21 46.38 0.68 0.47
Hex CA A5 27 0 12 51 15 2E 44 2F
Octal 312 245 47 0 22 121 25 56 104 57
Binary 11001010 10100101 100111 0 10010 1010001 10101 101110 1000100 101111

Color Harmonies of #CAA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA527

Black with #CAA527

Text Example


Text Example

White with #CAA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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