Html Css Color HEX #CBA71F Galliano

📋 copy color: '#CBA71F'

red 203 ◦ green 167 ◦ blue 31

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

Shades of Galliano #CBA71F

Tints of Galliano #CBA71F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

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

R = 50.62%
G = 41.65%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBA71F (or 0xCBA71F) is known color: Galliano. HEX triplet: CB, A7 and 1F. RGB value is (203,167,31). Sum of RGB (Red+Green+Blue) = 203+167+31=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA71F is #3458E0. Grayscale: #A2A2A2. Windows color (decimal): -3430625 or 2074571. OLE color: 2074571.

HSL color Cylindrical-coordinate representation of color #CBA71F: hue angle of 47.44º 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 #CBA71F is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 31 -
CMYK 0 0.18 0.85 0.20
HSL 47.44º 0.74% 0.46% -
HSV(B) 47.44º 0.85% 0.8% -
XYZ 38.69 40.43 7.06 -
YUV 162.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 203 167 31 0 0.18 0.85 0.20 47.44 0.74 0.46
Hex CB A7 1F 0 12 55 14 2F 4A 2E
Octal 313 247 37 0 22 125 24 57 112 56
Binary 11001011 10100111 11111 0 10010 1010101 10100 101111 1001010 101110

Color Harmonies of #CBA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA71F

Black with #CBA71F

Text Example


Text Example

White with #CBA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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