Html Css Color HEX #CEA328 Galliano

📋 copy color: '#CEA328'

red 206 ◦ green 163 ◦ blue 40

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

Shades of Galliano #CEA328

Tints of Galliano #CEA328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 50.37%
G = 39.85%
B = 9.78%

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

#CEA328 (or 0xCEA328) is known color: Galliano. HEX triplet: CE, A3 and 28. RGB value is (206,163,40). Sum of RGB (Red+Green+Blue) = 206+163+40=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA328 is #315CD7. Grayscale: #A2A2A2. Windows color (decimal): -3235032 or 2663374. OLE color: 2663374.

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

Color convert

RGB 206 163 40 -
CMYK 0 0.21 0.81 0.19
HSL 44.46º 0.67% 0.48% -
HSV(B) 44.46º 0.81% 0.81% -
XYZ 38.93 39.47 7.57 -
YUV 161.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 206 163 40 0 0.21 0.81 0.19 44.46 0.67 0.48
Hex CE A3 28 0 15 51 13 2C 43 30
Octal 316 243 50 0 25 121 23 54 103 60
Binary 11001110 10100011 101000 0 10101 1010001 10011 101100 1000011 110000

Color Harmonies of #CEA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA328

Black with #CEA328

Text Example


Text Example

White with #CEA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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