Html Css Color HEX #CBAD19 Galliano

📋 copy color: '#CBAD19'

red 203 ◦ green 173 ◦ blue 25

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

Shades of Galliano #CBAD19

Tints of Galliano #CBAD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 50.62%
G = 43.14%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBAD19 (or 0xCBAD19) is known color: Galliano. HEX triplet: CB, AD and 19. RGB value is (203,173,25). Sum of RGB (Red+Green+Blue) = 203+173+25=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD19 is #3452E6. Grayscale: #A5A5A5. Windows color (decimal): -3429095 or 1682891. OLE color: 1682891.

HSL color Cylindrical-coordinate representation of color #CBAD19: hue angle of 49.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBAD19 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 173 25 -
CMYK 0 0.15 0.88 0.20
HSL 49.89º 0.78% 0.45% -
HSV(B) 49.89º 0.88% 0.8% -
XYZ 39.75 42.65 7.06 -
YUV 165.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 203 173 25 0 0.15 0.88 0.20 49.89 0.78 0.45
Hex CB AD 19 0 F 58 14 32 4E 2D
Octal 313 255 31 0 17 130 24 62 116 55
Binary 11001011 10101101 11001 0 1111 1011000 10100 110010 1001110 101101

Color Harmonies of #CBAD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD19

Black with #CBAD19

Text Example


Text Example

White with #CBAD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD19; }

 p { color: rgb(203,173,25); }

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

background-color css

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

 a { background-color: rgb(203,173,25); }

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

border-color css

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

 span { border-color: rgb(203,173,25); }

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