Html Css Color HEX #CAB027 Galliano

📋 copy color: '#CAB027'

red 202 ◦ green 176 ◦ blue 39

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

Shades of Galliano #CAB027

Tints of Galliano #CAB027

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 48.44%
G = 42.21%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAB027 (or 0xCAB027) is known color: Galliano. HEX triplet: CA, B0 and 27. RGB value is (202,176,39). Sum of RGB (Red+Green+Blue) = 202+176+39=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB027 is #354FD8. Grayscale: #A8A8A8. Windows color (decimal): -3493849 or 2601162. OLE color: 2601162.

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

Color convert

RGB 202 176 39 -
CMYK 0 0.13 0.81 0.21
HSL 50.43º 0.68% 0.47% -
HSV(B) 50.43º 0.81% 0.79% -
XYZ 40.25 43.75 8.24 -
YUV 168.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 202 176 39 0 0.13 0.81 0.21 50.43 0.68 0.47
Hex CA B0 27 0 D 51 15 32 44 2F
Octal 312 260 47 0 15 121 25 62 104 57
Binary 11001010 10110000 100111 0 1101 1010001 10101 110010 1000100 101111

Color Harmonies of #CAB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB027

Black with #CAB027

Text Example


Text Example

White with #CAB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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