Html Css Color HEX #CEB225 Galliano

📋 copy color: '#CEB225'

red 206 ◦ green 178 ◦ blue 37

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

Shades of Galliano #CEB225

Tints of Galliano #CEB225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 48.93%
G = 42.28%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEB225 (or 0xCEB225) is known color: Galliano. HEX triplet: CE, B2 and 25. RGB value is (206,178,37). Sum of RGB (Red+Green+Blue) = 206+178+37=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB225 is #314DDA. Grayscale: #AAAAAA. Windows color (decimal): -3231195 or 2470606. OLE color: 2470606.

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

Color convert

RGB 206 178 37 -
CMYK 0 0.14 0.82 0.19
HSL 50.06º 0.7% 0.48% -
HSV(B) 50.06º 0.82% 0.81% -
XYZ 41.71 45.1 8.26 -
YUV 170.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 206 178 37 0 0.14 0.82 0.19 50.06 0.7 0.48
Hex CE B2 25 0 E 52 13 32 46 30
Octal 316 262 45 0 16 122 23 62 106 60
Binary 11001110 10110010 100101 0 1110 1010010 10011 110010 1000110 110000

Color Harmonies of #CEB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB225

Black with #CEB225

Text Example


Text Example

White with #CEB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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