Html Css Color HEX #CBA71E Galliano

📋 copy color: '#CBA71E'

red 203 ◦ green 167 ◦ blue 30

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

Shades of Galliano #CBA71E

Tints of Galliano #CBA71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 50.75%
G = 41.75%
B = 7.5%

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

#CBA71E (or 0xCBA71E) is known color: Galliano. HEX triplet: CB, A7 and 1E. RGB value is (203,167,30). Sum of RGB (Red+Green+Blue) = 203+167+30=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA71E is #3458E1. Grayscale: #A2A2A2. Windows color (decimal): -3430626 or 2009035. OLE color: 2009035.

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

Color convert

RGB 203 167 30 -
CMYK 0 0.18 0.85 0.20
HSL 47.51º 0.74% 0.46% -
HSV(B) 47.51º 0.85% 0.8% -
XYZ 38.68 40.43 6.99 -
YUV 162.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 203 167 30 0 0.18 0.85 0.20 47.51 0.74 0.46
Hex CB A7 1E 0 12 55 14 30 4A 2E
Octal 313 247 36 0 22 125 24 60 112 56
Binary 11001011 10100111 11110 0 10010 1010101 10100 110000 1001010 101110

Color Harmonies of #CBA71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA71E

Black with #CBA71E

Text Example


Text Example

White with #CBA71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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