Html Css Color HEX #CEA521 Galliano

📋 copy color: '#CEA521'

red 206 ◦ green 165 ◦ blue 33

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

Shades of Galliano #CEA521

Tints of Galliano #CEA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 50.99%
G = 40.84%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA521 (or 0xCEA521) is known color: Galliano. HEX triplet: CE, A5 and 21. RGB value is (206,165,33). Sum of RGB (Red+Green+Blue) = 206+165+33=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA521 is #315ADE. Grayscale: #A2A2A2. Windows color (decimal): -3234527 or 2205134. OLE color: 2205134.

HSL color Cylindrical-coordinate representation of color #CEA521: hue angle of 45.78º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEA521 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 33 -
CMYK 0 0.20 0.84 0.19
HSL 45.78º 0.72% 0.47% -
HSV(B) 45.78º 0.84% 0.81% -
XYZ 39.18 40.14 7.12 -
YUV 162.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 206 165 33 0 0.20 0.84 0.19 45.78 0.72 0.47
Hex CE A5 21 0 14 54 13 2E 48 2F
Octal 316 245 41 0 24 124 23 56 110 57
Binary 11001110 10100101 100001 0 10100 1010100 10011 101110 1001000 101111

Color Harmonies of #CEA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA521

Black with #CEA521

Text Example


Text Example

White with #CEA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA521; }

 p { color: rgb(206,165,33); }

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

background-color css

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

 a { background-color: rgb(206,165,33); }

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

border-color css

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

 span { border-color: rgb(206,165,33); }

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