Html Css Color HEX #CAAB14 Galliano

📋 copy color: '#CAAB14'

red 202 ◦ green 171 ◦ blue 20

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

Shades of Galliano #CAAB14

Tints of Galliano #CAAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 51.4%
G = 43.51%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAAB14 (or 0xCAAB14) is known color: Galliano. HEX triplet: CA, AB and 14. RGB value is (202,171,20). Sum of RGB (Red+Green+Blue) = 202+171+20=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAB14 is #3554EB. Grayscale: #A3A3A3. Windows color (decimal): -3495148 or 1354698. OLE color: 1354698.

HSL color Cylindrical-coordinate representation of color #CAAB14: hue angle of 49.78º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAAB14 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 171 20 -
CMYK 0 0.15 0.90 0.21
HSL 49.78º 0.82% 0.44% -
HSV(B) 49.78º 0.9% 0.79% -
XYZ 39.05 41.73 6.66 -
YUV 163.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 202 171 20 0 0.15 0.90 0.21 49.78 0.82 0.44
Hex CA AB 14 0 F 5A 15 32 52 2C
Octal 312 253 24 0 17 132 25 62 122 54
Binary 11001010 10101011 10100 0 1111 1011010 10101 110010 1010010 101100

Color Harmonies of #CAAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAB14

Black with #CAAB14

Text Example


Text Example

White with #CAAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAB14; }

 p { color: rgb(202,171,20); }

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

background-color css

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

 a { background-color: rgb(202,171,20); }

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

border-color css

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

 span { border-color: rgb(202,171,20); }

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