Html Css Color HEX #CEAA28 Galliano

📋 copy color: '#CEAA28'

red 206 ◦ green 170 ◦ blue 40

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

Shades of Galliano #CEAA28

Tints of Galliano #CEAA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 49.52%
G = 40.87%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEAA28 (or 0xCEAA28) is known color: Galliano. HEX triplet: CE, AA and 28. RGB value is (206,170,40). Sum of RGB (Red+Green+Blue) = 206+170+40=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA28 is #3155D7. Grayscale: #A6A6A6. Windows color (decimal): -3233240 or 2665166. OLE color: 2665166.

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

Color convert

RGB 206 170 40 -
CMYK 0 0.17 0.81 0.19
HSL 46.99º 0.67% 0.48% -
HSV(B) 46.99º 0.81% 0.81% -
XYZ 40.21 42.02 8 -
YUV 165.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 206 170 40 0 0.17 0.81 0.19 46.99 0.67 0.48
Hex CE AA 28 0 11 51 13 2F 43 30
Octal 316 252 50 0 21 121 23 57 103 60
Binary 11001110 10101010 101000 0 10001 1010001 10011 101111 1000011 110000

Color Harmonies of #CEAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA28

Black with #CEAA28

Text Example


Text Example

White with #CEAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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