Html Css Color HEX #CEAD28 Galliano

📋 copy color: '#CEAD28'

red 206 ◦ green 173 ◦ blue 40

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

Shades of Galliano #CEAD28

Tints of Galliano #CEAD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 49.16%
G = 41.29%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEAD28 (or 0xCEAD28) is known color: Galliano. HEX triplet: CE, AD and 28. RGB value is (206,173,40). Sum of RGB (Red+Green+Blue) = 206+173+40=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD28 is #3152D7. Grayscale: #A8A8A8. Windows color (decimal): -3232472 or 2665934. OLE color: 2665934.

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

Color convert

RGB 206 173 40 -
CMYK 0 0.16 0.81 0.19
HSL 48.07º 0.67% 0.48% -
HSV(B) 48.07º 0.81% 0.81% -
XYZ 40.78 43.16 8.19 -
YUV 167.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 206 173 40 0 0.16 0.81 0.19 48.07 0.67 0.48
Hex CE AD 28 0 10 51 13 30 43 30
Octal 316 255 50 0 20 121 23 60 103 60
Binary 11001110 10101101 101000 0 10000 1010001 10011 110000 1000011 110000

Color Harmonies of #CEAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD28

Black with #CEAD28

Text Example


Text Example

White with #CEAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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