Html Css Color HEX #CEAC27 Galliano

📋 copy color: '#CEAC27'

red 206 ◦ green 172 ◦ blue 39

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

Shades of Galliano #CEAC27

Tints of Galliano #CEAC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.35%

R = 49.4%
G = 41.25%
B = 9.35%

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

#CEAC27 (or 0xCEAC27) is known color: Galliano. HEX triplet: CE, AC and 27. RGB value is (206,172,39). Sum of RGB (Red+Green+Blue) = 206+172+39=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC27 is #3153D8. Grayscale: #A7A7A7. Windows color (decimal): -3232729 or 2600142. OLE color: 2600142.

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

Color convert

RGB 206 172 39 -
CMYK 0 0.17 0.81 0.19
HSL 47.78º 0.68% 0.48% -
HSV(B) 47.78º 0.81% 0.81% -
XYZ 40.57 42.77 8.04 -
YUV 167 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 206 172 39 0 0.17 0.81 0.19 47.78 0.68 0.48
Hex CE AC 27 0 11 51 13 30 44 30
Octal 316 254 47 0 21 121 23 60 104 60
Binary 11001110 10101100 100111 0 10001 1010001 10011 110000 1000100 110000

Color Harmonies of #CEAC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC27

Black with #CEAC27

Text Example


Text Example

White with #CEAC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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