Html Css Color HEX #CEAD21 Galliano

📋 copy color: '#CEAD21'

red 206 ◦ green 173 ◦ blue 33

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

Shades of Galliano #CEAD21

Tints of Galliano #CEAD21

RGB

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

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

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

R = 50%
G = 41.99%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEAD21 (or 0xCEAD21) is known color: Galliano. HEX triplet: CE, AD and 21. RGB value is (206,173,33). Sum of RGB (Red+Green+Blue) = 206+173+33=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD21 is #3152DE. Grayscale: #A7A7A7. Windows color (decimal): -3232479 or 2207182. OLE color: 2207182.

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

Color convert

RGB 206 173 33 -
CMYK 0 0.16 0.84 0.19
HSL 48.55º 0.72% 0.47% -
HSV(B) 48.55º 0.84% 0.81% -
XYZ 40.67 43.12 7.62 -
YUV 166.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 206 173 33 0 0.16 0.84 0.19 48.55 0.72 0.47
Hex CE AD 21 0 10 54 13 31 48 2F
Octal 316 255 41 0 20 124 23 61 110 57
Binary 11001110 10101101 100001 0 10000 1010100 10011 110001 1001000 101111

Color Harmonies of #CEAD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD21

Black with #CEAD21

Text Example


Text Example

White with #CEAD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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