Html Css Color HEX #CEB327 Galliano

📋 copy color: '#CEB327'

red 206 ◦ green 179 ◦ blue 39

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

Shades of Galliano #CEB327

Tints of Galliano #CEB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 48.58%
G = 42.22%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEB327 (or 0xCEB327) is known color: Galliano. HEX triplet: CE, B3 and 27. RGB value is (206,179,39). Sum of RGB (Red+Green+Blue) = 206+179+39=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB327 is #314CD8. Grayscale: #ABABAB. Windows color (decimal): -3230937 or 2601934. OLE color: 2601934.

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

Color convert

RGB 206 179 39 -
CMYK 0 0.13 0.81 0.19
HSL 50.3º 0.68% 0.48% -
HSV(B) 50.3º 0.81% 0.81% -
XYZ 41.94 45.51 8.49 -
YUV 171.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 206 179 39 0 0.13 0.81 0.19 50.3 0.68 0.48
Hex CE B3 27 0 D 51 13 32 44 30
Octal 316 263 47 0 15 121 23 62 104 60
Binary 11001110 10110011 100111 0 1101 1010001 10011 110010 1000100 110000

Color Harmonies of #CEB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB327

Black with #CEB327

Text Example


Text Example

White with #CEB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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