Html Css Color HEX #CBA021 Galliano

📋 copy color: '#CBA021'

red 203 ◦ green 160 ◦ blue 33

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

Shades of Galliano #CBA021

Tints of Galliano #CBA021

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 51.26%
G = 40.4%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBA021 (or 0xCBA021) is known color: Galliano. HEX triplet: CB, A0 and 21. RGB value is (203,160,33). Sum of RGB (Red+Green+Blue) = 203+160+33=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA021 is #345FDE. Grayscale: #9E9E9E. Windows color (decimal): -3432415 or 2203851. OLE color: 2203851.

HSL color Cylindrical-coordinate representation of color #CBA021: hue angle of 44.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBA021 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 33 -
CMYK 0 0.21 0.84 0.20
HSL 44.82º 0.72% 0.46% -
HSV(B) 44.82º 0.84% 0.8% -
XYZ 37.47 37.95 6.79 -
YUV 158.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 203 160 33 0 0.21 0.84 0.20 44.82 0.72 0.46
Hex CB A0 21 0 15 54 14 2D 48 2E
Octal 313 240 41 0 25 124 24 55 110 56
Binary 11001011 10100000 100001 0 10101 1010100 10100 101101 1001000 101110

Color Harmonies of #CBA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA021

Black with #CBA021

Text Example


Text Example

White with #CBA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA021; }

 p { color: rgb(203,160,33); }

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

background-color css

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

 a { background-color: rgb(203,160,33); }

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

border-color css

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

 span { border-color: rgb(203,160,33); }

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