Html Css Color HEX #CAB01E Galliano

📋 copy color: '#CAB01E'

red 202 ◦ green 176 ◦ blue 30

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

Shades of Galliano #CAB01E

Tints of Galliano #CAB01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 49.51%
G = 43.14%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAB01E (or 0xCAB01E) is known color: Galliano. HEX triplet: CA, B0 and 1E. RGB value is (202,176,30). Sum of RGB (Red+Green+Blue) = 202+176+30=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB01E is #354FE1. Grayscale: #A7A7A7. Windows color (decimal): -3493858 or 2011338. OLE color: 2011338.

HSL color Cylindrical-coordinate representation of color #CAB01E: hue angle of 50.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAB01E is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 30 -
CMYK 0 0.13 0.85 0.21
HSL 50.93º 0.74% 0.45% -
HSV(B) 50.93º 0.85% 0.79% -
XYZ 40.12 43.7 7.55 -
YUV 167.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 202 176 30 0 0.13 0.85 0.21 50.93 0.74 0.45
Hex CA B0 1E 0 D 55 15 33 4A 2D
Octal 312 260 36 0 15 125 25 63 112 55
Binary 11001010 10110000 11110 0 1101 1010101 10101 110011 1001010 101101

Color Harmonies of #CAB01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB01E

Black with #CAB01E

Text Example


Text Example

White with #CAB01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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