Html Css Color HEX #CEAC26 Galliano

📋 copy color: '#CEAC26'

red 206 ◦ green 172 ◦ blue 38

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

Shades of Galliano #CEAC26

Tints of Galliano #CEAC26

RGB

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

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

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

R = 49.52%
G = 41.35%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEAC26 (or 0xCEAC26) is known color: Galliano. HEX triplet: CE, AC and 26. RGB value is (206,172,38). Sum of RGB (Red+Green+Blue) = 206+172+38=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC26 is #3153D9. Grayscale: #A7A7A7. Windows color (decimal): -3232730 or 2534606. OLE color: 2534606.

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

Color convert

RGB 206 172 38 -
CMYK 0 0.17 0.82 0.19
HSL 47.86º 0.69% 0.48% -
HSV(B) 47.86º 0.82% 0.81% -
XYZ 40.56 42.77 7.95 -
YUV 166.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 206 172 38 0 0.17 0.82 0.19 47.86 0.69 0.48
Hex CE AC 26 0 11 52 13 30 45 30
Octal 316 254 46 0 21 122 23 60 105 60
Binary 11001110 10101100 100110 0 10001 1010010 10011 110000 1000101 110000

Color Harmonies of #CEAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC26

Black with #CEAC26

Text Example


Text Example

White with #CEAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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