Html Css Color HEX #CBAA29 Galliano

📋 copy color: '#CBAA29'

red 203 ◦ green 170 ◦ blue 41

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

Shades of Galliano #CBAA29

Tints of Galliano #CBAA29

RGB

 RED value IS 203 (79.69% from 255) = 49.03%

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 41 (16.41% from 255) = 9.9%

R = 49.03%
G = 41.06%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBAA29 (or 0xCBAA29) is known color: Galliano. HEX triplet: CB, AA and 29. RGB value is (203,170,41). Sum of RGB (Red+Green+Blue) = 203+170+41=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA29 is #3455D6. Grayscale: #A5A5A5. Windows color (decimal): -3429847 or 2730699. OLE color: 2730699.

HSL color Cylindrical-coordinate representation of color #CBAA29: hue angle of 47.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBAA29 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 41 -
CMYK 0 0.16 0.80 0.20
HSL 47.78º 0.66% 0.48% -
HSV(B) 47.78º 0.8% 0.8% -
XYZ 39.4 41.61 8.05 -
YUV 165.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 203 170 41 0 0.16 0.80 0.20 47.78 0.66 0.48
Hex CB AA 29 0 10 50 14 30 42 30
Octal 313 252 51 0 20 120 24 60 102 60
Binary 11001011 10101010 101001 0 10000 1010000 10100 110000 1000010 110000

Color Harmonies of #CBAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA29

Black with #CBAA29

Text Example


Text Example

White with #CBAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA29; }

 p { color: rgb(203,170,41); }

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

background-color css

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

 a { background-color: rgb(203,170,41); }

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

border-color css

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

 span { border-color: rgb(203,170,41); }

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