Html Css Color HEX #CEB324 Galliano

📋 copy color: '#CEB324'

red 206 ◦ green 179 ◦ blue 36

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

Shades of Galliano #CEB324

Tints of Galliano #CEB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 48.93%
G = 42.52%
B = 8.55%

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

#CEB324 (or 0xCEB324) is known color: Galliano. HEX triplet: CE, B3 and 24. RGB value is (206,179,36). Sum of RGB (Red+Green+Blue) = 206+179+36=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB324 is #314CDB. Grayscale: #ABABAB. Windows color (decimal): -3230940 or 2405326. OLE color: 2405326.

HSL color Cylindrical-coordinate representation of color #CEB324: hue angle of 50.47º 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 #CEB324 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 36 -
CMYK 0 0.13 0.83 0.19
HSL 50.47º 0.7% 0.47% -
HSV(B) 50.47º 0.83% 0.81% -
XYZ 41.89 45.49 8.24 -
YUV 170.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 206 179 36 0 0.13 0.83 0.19 50.47 0.7 0.47
Hex CE B3 24 0 D 53 13 32 46 2F
Octal 316 263 44 0 15 123 23 62 106 57
Binary 11001110 10110011 100100 0 1101 1010011 10011 110010 1000110 101111

Color Harmonies of #CEB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB324

Black with #CEB324

Text Example


Text Example

White with #CEB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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