Html Css Color HEX #CBAA28 Galliano

📋 copy color: '#CBAA28'

red 203 ◦ green 170 ◦ blue 40

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

Shades of Galliano #CBAA28

Tints of Galliano #CBAA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 49.15%
G = 41.16%
B = 9.69%

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

#CBAA28 (or 0xCBAA28) is known color: Galliano. HEX triplet: CB, AA and 28. RGB value is (203,170,40). Sum of RGB (Red+Green+Blue) = 203+170+40=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA28 is #3455D7. Grayscale: #A5A5A5. Windows color (decimal): -3429848 or 2665163. OLE color: 2665163.

HSL color Cylindrical-coordinate representation of color #CBAA28: hue angle of 47.85º degrees, saturation: 0.67, 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 #CBAA28 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 170 40 -
CMYK 0 0.16 0.80 0.20
HSL 47.85º 0.67% 0.48% -
HSV(B) 47.85º 0.8% 0.8% -
XYZ 39.39 41.6 7.96 -
YUV 165.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 203 170 40 0 0.16 0.80 0.20 47.85 0.67 0.48
Hex CB AA 28 0 10 50 14 30 43 30
Octal 313 252 50 0 20 120 24 60 103 60
Binary 11001011 10101010 101000 0 10000 1010000 10100 110000 1000011 110000

Color Harmonies of #CBAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA28

Black with #CBAA28

Text Example


Text Example

White with #CBAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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