Html Css Color HEX #CAA727 Galliano

📋 copy color: '#CAA727'

red 202 ◦ green 167 ◦ blue 39

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

Shades of Galliano #CAA727

Tints of Galliano #CAA727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 49.51%
G = 40.93%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAA727 (or 0xCAA727) is known color: Galliano. HEX triplet: CA, A7 and 27. RGB value is (202,167,39). Sum of RGB (Red+Green+Blue) = 202+167+39=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA727 is #3558D8. Grayscale: #A3A3A3. Windows color (decimal): -3496153 or 2598858. OLE color: 2598858.

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

Color convert

RGB 202 167 39 -
CMYK 0 0.17 0.81 0.21
HSL 47.12º 0.68% 0.47% -
HSV(B) 47.12º 0.81% 0.79% -
XYZ 38.54 40.34 7.67 -
YUV 162.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 202 167 39 0 0.17 0.81 0.21 47.12 0.68 0.47
Hex CA A7 27 0 11 51 15 2F 44 2F
Octal 312 247 47 0 21 121 25 57 104 57
Binary 11001010 10100111 100111 0 10001 1010001 10101 101111 1000100 101111

Color Harmonies of #CAA727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA727

Black with #CAA727

Text Example


Text Example

White with #CAA727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA727; }

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

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

background-color css

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

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

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

border-color css

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

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

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