Html Css Color HEX #CEB424 Galliano

📋 copy color: '#CEB424'

red 206 ◦ green 180 ◦ blue 36

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

Shades of Galliano #CEB424

Tints of Galliano #CEB424

RGB

 RED value IS 206 (80.86% from 255) = 48.82%

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 36 (14.45% from 255) = 8.53%

R = 48.82%
G = 42.65%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB424 (or 0xCEB424) is known color: Galliano. HEX triplet: CE, B4 and 24. RGB value is (206,180,36). Sum of RGB (Red+Green+Blue) = 206+180+36=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB424 is #314BDB. Grayscale: #ABABAB. Windows color (decimal): -3230684 or 2405582. OLE color: 2405582.

HSL color Cylindrical-coordinate representation of color #CEB424: hue angle of 50.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEB424 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 36 -
CMYK 0 0.13 0.83 0.19
HSL 50.82º 0.7% 0.47% -
HSV(B) 50.82º 0.83% 0.81% -
XYZ 42.09 45.89 8.31 -
YUV 171.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 206 180 36 0 0.13 0.83 0.19 50.82 0.7 0.47
Hex CE B4 24 0 D 53 13 33 46 2F
Octal 316 264 44 0 15 123 23 63 106 57
Binary 11001110 10110100 100100 0 1101 1010011 10011 110011 1000110 101111

Color Harmonies of #CEB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB424

Black with #CEB424

Text Example


Text Example

White with #CEB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB424; }

 p { color: rgb(206,180,36); }

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

background-color css

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

 a { background-color: rgb(206,180,36); }

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

border-color css

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

 span { border-color: rgb(206,180,36); }

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