Html Css Color HEX #CBAE18 Galliano

📋 copy color: '#CBAE18'

red 203 ◦ green 174 ◦ blue 24

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

Shades of Galliano #CBAE18

Tints of Galliano #CBAE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 50.62%
G = 43.39%
B = 5.99%

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

#CBAE18 (or 0xCBAE18) is known color: Galliano. HEX triplet: CB, AE and 18. RGB value is (203,174,24). Sum of RGB (Red+Green+Blue) = 203+174+24=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE18 is #3451E7. Grayscale: #A6A6A6. Windows color (decimal): -3428840 or 1617611. OLE color: 1617611.

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

Color convert

RGB 203 174 24 -
CMYK 0 0.14 0.88 0.20
HSL 50.28º 0.79% 0.45% -
HSV(B) 50.28º 0.88% 0.8% -
XYZ 39.93 43.03 7.07 -
YUV 165.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 203 174 24 0 0.14 0.88 0.20 50.28 0.79 0.45
Hex CB AE 18 0 E 58 14 32 4F 2D
Octal 313 256 30 0 16 130 24 62 117 55
Binary 11001011 10101110 11000 0 1110 1011000 10100 110010 1001111 101101

Color Harmonies of #CBAE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE18

Black with #CBAE18

Text Example


Text Example

White with #CBAE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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