Html Css Color HEX #CBA52B Galliano

📋 copy color: '#CBA52B'

red 203 ◦ green 165 ◦ blue 43

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

Shades of Galliano #CBA52B

Tints of Galliano #CBA52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 49.39%
G = 40.15%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBA52B (or 0xCBA52B) is known color: Galliano. HEX triplet: CB, A5 and 2B. RGB value is (203,165,43). Sum of RGB (Red+Green+Blue) = 203+165+43=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA52B is #345AD4. Grayscale: #A2A2A2. Windows color (decimal): -3431125 or 2860491. OLE color: 2860491.

HSL color Cylindrical-coordinate representation of color #CBA52B: hue angle of 45.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBA52B is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 43 -
CMYK 0 0.19 0.79 0.20
HSL 45.75º 0.65% 0.48% -
HSV(B) 45.75º 0.79% 0.8% -
XYZ 38.52 39.78 7.93 -
YUV 162.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 203 165 43 0 0.19 0.79 0.20 45.75 0.65 0.48
Hex CB A5 2B 0 13 4F 14 2E 41 30
Octal 313 245 53 0 23 117 24 56 101 60
Binary 11001011 10100101 101011 0 10011 1001111 10100 101110 1000001 110000

Color Harmonies of #CBA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA52B

Black with #CBA52B

Text Example


Text Example

White with #CBA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA52B; }

 p { color: rgb(203,165,43); }

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

background-color css

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

 a { background-color: rgb(203,165,43); }

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

border-color css

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

 span { border-color: rgb(203,165,43); }

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