Html Css Color HEX #CBA01F Galliano

📋 copy color: '#CBA01F'

red 203 ◦ green 160 ◦ blue 31

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

Shades of Galliano #CBA01F

Tints of Galliano #CBA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 51.52%
G = 40.61%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBA01F (or 0xCBA01F) is known color: Galliano. HEX triplet: CB, A0 and 1F. RGB value is (203,160,31). Sum of RGB (Red+Green+Blue) = 203+160+31=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA01F is #345FE0. Grayscale: #9E9E9E. Windows color (decimal): -3432417 or 2072779. OLE color: 2072779.

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

Color convert

RGB 203 160 31 -
CMYK 0 0.21 0.85 0.20
HSL 45º 0.74% 0.46% -
HSV(B) 45º 0.85% 0.8% -
XYZ 37.45 37.94 6.65 -
YUV 158.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 203 160 31 0 0.21 0.85 0.20 45 0.74 0.46
Hex CB A0 1F 0 15 55 14 2D 4A 2E
Octal 313 240 37 0 25 125 24 55 112 56
Binary 11001011 10100000 11111 0 10101 1010101 10100 101101 1001010 101110

Color Harmonies of #CBA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA01F

Black with #CBA01F

Text Example


Text Example

White with #CBA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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