Html Css Color HEX #CEAA27 Galliano

📋 copy color: '#CEAA27'

red 206 ◦ green 170 ◦ blue 39

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

Shades of Galliano #CEAA27

Tints of Galliano #CEAA27

RGB

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

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

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

R = 49.64%
G = 40.96%
B = 9.4%

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

#CEAA27 (or 0xCEAA27) is known color: Galliano. HEX triplet: CE, AA and 27. RGB value is (206,170,39). Sum of RGB (Red+Green+Blue) = 206+170+39=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA27 is #3155D8. Grayscale: #A6A6A6. Windows color (decimal): -3233241 or 2599630. OLE color: 2599630.

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

Color convert

RGB 206 170 39 -
CMYK 0 0.17 0.81 0.19
HSL 47.07º 0.68% 0.48% -
HSV(B) 47.07º 0.81% 0.81% -
XYZ 40.19 42.02 7.91 -
YUV 165.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 206 170 39 0 0.17 0.81 0.19 47.07 0.68 0.48
Hex CE AA 27 0 11 51 13 2F 44 30
Octal 316 252 47 0 21 121 23 57 104 60
Binary 11001110 10101010 100111 0 10001 1010001 10011 101111 1000100 110000

Color Harmonies of #CEAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA27

Black with #CEAA27

Text Example


Text Example

White with #CEAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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