Html Css Color HEX #CEAC28 Galliano

📋 copy color: '#CEAC28'

red 206 ◦ green 172 ◦ blue 40

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

Shades of Galliano #CEAC28

Tints of Galliano #CEAC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 49.28%
G = 41.15%
B = 9.57%

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

#CEAC28 (or 0xCEAC28) is known color: Galliano. HEX triplet: CE, AC and 28. RGB value is (206,172,40). Sum of RGB (Red+Green+Blue) = 206+172+40=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC28 is #3153D7. Grayscale: #A7A7A7. Windows color (decimal): -3232728 or 2665678. OLE color: 2665678.

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

Color convert

RGB 206 172 40 -
CMYK 0 0.17 0.81 0.19
HSL 47.71º 0.67% 0.48% -
HSV(B) 47.71º 0.81% 0.81% -
XYZ 40.59 42.78 8.13 -
YUV 167.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 206 172 40 0 0.17 0.81 0.19 47.71 0.67 0.48
Hex CE AC 28 0 11 51 13 30 43 30
Octal 316 254 50 0 21 121 23 60 103 60
Binary 11001110 10101100 101000 0 10001 1010001 10011 110000 1000011 110000

Color Harmonies of #CEAC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC28

Black with #CEAC28

Text Example


Text Example

White with #CEAC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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