Html Css Color HEX #CBAE28 Galliano

📋 copy color: '#CBAE28'

red 203 ◦ green 174 ◦ blue 40

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

Shades of Galliano #CBAE28

Tints of Galliano #CBAE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 48.68%
G = 41.73%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBAE28 (or 0xCBAE28) is known color: Galliano. HEX triplet: CB, AE and 28. RGB value is (203,174,40). Sum of RGB (Red+Green+Blue) = 203+174+40=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE28 is #3451D7. Grayscale: #A7A7A7. Windows color (decimal): -3428824 or 2666187. OLE color: 2666187.

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

Color convert

RGB 203 174 40 -
CMYK 0 0.14 0.80 0.20
HSL 49.33º 0.67% 0.48% -
HSV(B) 49.33º 0.8% 0.8% -
XYZ 40.15 43.12 8.21 -
YUV 167.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 203 174 40 0 0.14 0.80 0.20 49.33 0.67 0.48
Hex CB AE 28 0 E 50 14 31 43 30
Octal 313 256 50 0 16 120 24 61 103 60
Binary 11001011 10101110 101000 0 1110 1010000 10100 110001 1000011 110000

Color Harmonies of #CBAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE28

Black with #CBAE28

Text Example


Text Example

White with #CBAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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