Html Css Color HEX #CEA327 Galliano

📋 copy color: '#CEA327'

red 206 ◦ green 163 ◦ blue 39

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

Shades of Galliano #CEA327

Tints of Galliano #CEA327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

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

R = 50.49%
G = 39.95%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA327 (or 0xCEA327) is known color: Galliano. HEX triplet: CE, A3 and 27. RGB value is (206,163,39). Sum of RGB (Red+Green+Blue) = 206+163+39=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA327 is #315CD8. Grayscale: #A2A2A2. Windows color (decimal): -3235033 or 2597838. OLE color: 2597838.

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

Color convert

RGB 206 163 39 -
CMYK 0 0.21 0.81 0.19
HSL 44.55º 0.68% 0.48% -
HSV(B) 44.55º 0.81% 0.81% -
XYZ 38.92 39.46 7.49 -
YUV 161.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 206 163 39 0 0.21 0.81 0.19 44.55 0.68 0.48
Hex CE A3 27 0 15 51 13 2D 44 30
Octal 316 243 47 0 25 121 23 55 104 60
Binary 11001110 10100011 100111 0 10101 1010001 10011 101101 1000100 110000

Color Harmonies of #CEA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA327

Black with #CEA327

Text Example


Text Example

White with #CEA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA327; }

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

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

background-color css

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

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

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

border-color css

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

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

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