Html Css Color HEX #CEB325 Galliano

📋 copy color: '#CEB325'

red 206 ◦ green 179 ◦ blue 37

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

Shades of Galliano #CEB325

Tints of Galliano #CEB325

RGB

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

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

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

R = 48.82%
G = 42.42%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEB325 (or 0xCEB325) is known color: Galliano. HEX triplet: CE, B3 and 25. RGB value is (206,179,37). Sum of RGB (Red+Green+Blue) = 206+179+37=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB325 is #314CDA. Grayscale: #ABABAB. Windows color (decimal): -3230939 or 2470862. OLE color: 2470862.

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

Color convert

RGB 206 179 37 -
CMYK 0 0.13 0.82 0.19
HSL 50.41º 0.7% 0.48% -
HSV(B) 50.41º 0.82% 0.81% -
XYZ 41.91 45.5 8.32 -
YUV 170.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 206 179 37 0 0.13 0.82 0.19 50.41 0.7 0.48
Hex CE B3 25 0 D 52 13 32 46 30
Octal 316 263 45 0 15 122 23 62 106 60
Binary 11001110 10110011 100101 0 1101 1010010 10011 110010 1000110 110000

Color Harmonies of #CEB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB325

Black with #CEB325

Text Example


Text Example

White with #CEB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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