Html Css Color HEX #CEAD26 Galliano

📋 copy color: '#CEAD26'

red 206 ◦ green 173 ◦ blue 38

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

Shades of Galliano #CEAD26

Tints of Galliano #CEAD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.11%

R = 49.4%
G = 41.49%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEAD26 (or 0xCEAD26) is known color: Galliano. HEX triplet: CE, AD and 26. RGB value is (206,173,38). Sum of RGB (Red+Green+Blue) = 206+173+38=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD26 is #3152D9. Grayscale: #A8A8A8. Windows color (decimal): -3232474 or 2534862. OLE color: 2534862.

HSL color Cylindrical-coordinate representation of color #CEAD26: hue angle of 48.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEAD26 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 38 -
CMYK 0 0.16 0.82 0.19
HSL 48.21º 0.69% 0.48% -
HSV(B) 48.21º 0.82% 0.81% -
XYZ 40.75 43.15 8.01 -
YUV 167.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 206 173 38 0 0.16 0.82 0.19 48.21 0.69 0.48
Hex CE AD 26 0 10 52 13 30 45 30
Octal 316 255 46 0 20 122 23 60 105 60
Binary 11001110 10101101 100110 0 10000 1010010 10011 110000 1000101 110000

Color Harmonies of #CEAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD26

Black with #CEAD26

Text Example


Text Example

White with #CEAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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