Html Css Color HEX #CEAD27 Galliano

📋 copy color: '#CEAD27'

red 206 ◦ green 173 ◦ blue 39

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

Shades of Galliano #CEAD27

Tints of Galliano #CEAD27

RGB

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

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

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

R = 49.28%
G = 41.39%
B = 9.33%

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

#CEAD27 (or 0xCEAD27) is known color: Galliano. HEX triplet: CE, AD and 27. RGB value is (206,173,39). Sum of RGB (Red+Green+Blue) = 206+173+39=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD27 is #3152D8. Grayscale: #A8A8A8. Windows color (decimal): -3232473 or 2600398. OLE color: 2600398.

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

Color convert

RGB 206 173 39 -
CMYK 0 0.16 0.81 0.19
HSL 48.14º 0.68% 0.48% -
HSV(B) 48.14º 0.81% 0.81% -
XYZ 40.76 43.16 8.1 -
YUV 167.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 206 173 39 0 0.16 0.81 0.19 48.14 0.68 0.48
Hex CE AD 27 0 10 51 13 30 44 30
Octal 316 255 47 0 20 121 23 60 104 60
Binary 11001110 10101101 100111 0 10000 1010001 10011 110000 1000100 110000

Color Harmonies of #CEAD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD27

Black with #CEAD27

Text Example


Text Example

White with #CEAD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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