Html Css Color HEX #CAA127 Galliano

📋 copy color: '#CAA127'

red 202 ◦ green 161 ◦ blue 39

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

Shades of Galliano #CAA127

Tints of Galliano #CAA127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

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

R = 50.25%
G = 40.05%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAA127 (or 0xCAA127) is known color: Galliano. HEX triplet: CA, A1 and 27. RGB value is (202,161,39). Sum of RGB (Red+Green+Blue) = 202+161+39=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA127 is #355ED8. Grayscale: #9F9F9F. Windows color (decimal): -3497689 or 2597322. OLE color: 2597322.

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

Color convert

RGB 202 161 39 -
CMYK 0 0.20 0.81 0.21
HSL 44.91º 0.68% 0.47% -
HSV(B) 44.91º 0.81% 0.79% -
XYZ 37.47 38.19 7.32 -
YUV 159.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 202 161 39 0 0.20 0.81 0.21 44.91 0.68 0.47
Hex CA A1 27 0 14 51 15 2D 44 2F
Octal 312 241 47 0 24 121 25 55 104 57
Binary 11001010 10100001 100111 0 10100 1010001 10101 101101 1000100 101111

Color Harmonies of #CAA127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA127

Black with #CAA127

Text Example


Text Example

White with #CAA127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA127; }

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

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

background-color css

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

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

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

border-color css

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

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

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