Html Css Color HEX #CEB224 Galliano

📋 copy color: '#CEB224'

red 206 ◦ green 178 ◦ blue 36

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

Shades of Galliano #CEB224

Tints of Galliano #CEB224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

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

R = 49.05%
G = 42.38%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB224 (or 0xCEB224) is known color: Galliano. HEX triplet: CE, B2 and 24. RGB value is (206,178,36). Sum of RGB (Red+Green+Blue) = 206+178+36=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB224 is #314DDB. Grayscale: #AAAAAA. Windows color (decimal): -3231196 or 2405070. OLE color: 2405070.

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

Color convert

RGB 206 178 36 -
CMYK 0 0.14 0.83 0.19
HSL 50.12º 0.7% 0.47% -
HSV(B) 50.12º 0.83% 0.81% -
XYZ 41.69 45.09 8.17 -
YUV 170.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 206 178 36 0 0.14 0.83 0.19 50.12 0.7 0.47
Hex CE B2 24 0 E 53 13 32 46 2F
Octal 316 262 44 0 16 123 23 62 106 57
Binary 11001110 10110010 100100 0 1110 1010011 10011 110010 1000110 101111

Color Harmonies of #CEB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB224

Black with #CEB224

Text Example


Text Example

White with #CEB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB224; }

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

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

background-color css

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

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

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

border-color css

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

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

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