Html Css Color HEX #CBAE19 Galliano

📋 copy color: '#CBAE19'

red 203 ◦ green 174 ◦ blue 25

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

Shades of Galliano #CBAE19

Tints of Galliano #CBAE19

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.28%

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

R = 50.5%
G = 43.28%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBAE19 (or 0xCBAE19) is known color: Galliano. HEX triplet: CB, AE and 19. RGB value is (203,174,25). Sum of RGB (Red+Green+Blue) = 203+174+25=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE19 is #3451E6. Grayscale: #A6A6A6. Windows color (decimal): -3428839 or 1683147. OLE color: 1683147.

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

Color convert

RGB 203 174 25 -
CMYK 0 0.14 0.88 0.20
HSL 50.22º 0.78% 0.45% -
HSV(B) 50.22º 0.88% 0.8% -
XYZ 39.94 43.04 7.12 -
YUV 165.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 203 174 25 0 0.14 0.88 0.20 50.22 0.78 0.45
Hex CB AE 19 0 E 58 14 32 4E 2D
Octal 313 256 31 0 16 130 24 62 116 55
Binary 11001011 10101110 11001 0 1110 1011000 10100 110010 1001110 101101

Color Harmonies of #CBAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE19

Black with #CBAE19

Text Example


Text Example

White with #CBAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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