Html Css Color HEX #CEAB29 Galliano

📋 copy color: '#CEAB29'

red 206 ◦ green 171 ◦ blue 41

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

Shades of Galliano #CEAB29

Tints of Galliano #CEAB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 49.28%
G = 40.91%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEAB29 (or 0xCEAB29) is known color: Galliano. HEX triplet: CE, AB and 29. RGB value is (206,171,41). Sum of RGB (Red+Green+Blue) = 206+171+41=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB29 is #3154D6. Grayscale: #A7A7A7. Windows color (decimal): -3232983 or 2730958. OLE color: 2730958.

HSL color Cylindrical-coordinate representation of color #CEAB29: hue angle of 47.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEAB29 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 41 -
CMYK 0 0.17 0.80 0.19
HSL 47.27º 0.67% 0.48% -
HSV(B) 47.27º 0.8% 0.81% -
XYZ 40.42 42.41 8.15 -
YUV 166.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 206 171 41 0 0.17 0.80 0.19 47.27 0.67 0.48
Hex CE AB 29 0 11 50 13 2F 43 30
Octal 316 253 51 0 21 120 23 57 103 60
Binary 11001110 10101011 101001 0 10001 1010000 10011 101111 1000011 110000

Color Harmonies of #CEAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB29

Black with #CEAB29

Text Example


Text Example

White with #CEAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB29; }

 p { color: rgb(206,171,41); }

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

background-color css

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

 a { background-color: rgb(206,171,41); }

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

border-color css

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

 span { border-color: rgb(206,171,41); }

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