Html Css Color HEX #CAB223 Galliano

📋 copy color: '#CAB223'

red 202 ◦ green 178 ◦ blue 35

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

Shades of Galliano #CAB223

Tints of Galliano #CAB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.89%

 BLUE value IS 35 (14.06% from 255) = 8.43%

R = 48.67%
G = 42.89%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAB223 (or 0xCAB223) is known color: Galliano. HEX triplet: CA, B2 and 23. RGB value is (202,178,35). Sum of RGB (Red+Green+Blue) = 202+178+35=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB223 is #354DDC. Grayscale: #A9A9A9. Windows color (decimal): -3493341 or 2339530. OLE color: 2339530.

HSL color Cylindrical-coordinate representation of color #CAB223: hue angle of 51.38º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAB223 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 35 -
CMYK 0 0.12 0.83 0.21
HSL 51.38º 0.7% 0.46% -
HSV(B) 51.38º 0.83% 0.79% -
XYZ 40.58 44.52 8.04 -
YUV 168.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 202 178 35 0 0.12 0.83 0.21 51.38 0.7 0.46
Hex CA B2 23 0 C 53 15 33 46 2E
Octal 312 262 43 0 14 123 25 63 106 56
Binary 11001010 10110010 100011 0 1100 1010011 10101 110011 1000110 101110

Color Harmonies of #CAB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB223

Black with #CAB223

Text Example


Text Example

White with #CAB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB223; }

 p { color: rgb(202,178,35); }

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

background-color css

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

 a { background-color: rgb(202,178,35); }

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

border-color css

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

 span { border-color: rgb(202,178,35); }

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