Html Css Color HEX #CBA61F Galliano

📋 copy color: '#CBA61F'

red 203 ◦ green 166 ◦ blue 31

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

Shades of Galliano #CBA61F

Tints of Galliano #CBA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

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

R = 50.75%
G = 41.5%
B = 7.75%

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

#CBA61F (or 0xCBA61F) is known color: Galliano. HEX triplet: CB, A6 and 1F. RGB value is (203,166,31). Sum of RGB (Red+Green+Blue) = 203+166+31=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA61F is #3459E0. Grayscale: #A2A2A2. Windows color (decimal): -3430881 or 2074315. OLE color: 2074315.

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

Color convert

RGB 203 166 31 -
CMYK 0 0.18 0.85 0.20
HSL 47.09º 0.74% 0.46% -
HSV(B) 47.09º 0.85% 0.8% -
XYZ 38.51 40.07 7 -
YUV 161.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 203 166 31 0 0.18 0.85 0.20 47.09 0.74 0.46
Hex CB A6 1F 0 12 55 14 2F 4A 2E
Octal 313 246 37 0 22 125 24 57 112 56
Binary 11001011 10100110 11111 0 10010 1010101 10100 101111 1001010 101110

Color Harmonies of #CBA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA61F

Black with #CBA61F

Text Example


Text Example

White with #CBA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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