Html Css Color HEX #CEA127 Galliano

📋 copy color: '#CEA127'

red 206 ◦ green 161 ◦ blue 39

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

Shades of Galliano #CEA127

Tints of Galliano #CEA127

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

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

R = 50.74%
G = 39.66%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA127 (or 0xCEA127) is known color: Galliano. HEX triplet: CE, A1 and 27. RGB value is (206,161,39). Sum of RGB (Red+Green+Blue) = 206+161+39=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA127 is #315ED8. Grayscale: #A1A1A1. Windows color (decimal): -3235545 or 2597326. OLE color: 2597326.

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

Color convert

RGB 206 161 39 -
CMYK 0 0.22 0.81 0.19
HSL 43.83º 0.68% 0.48% -
HSV(B) 43.83º 0.81% 0.81% -
XYZ 38.56 38.76 7.37 -
YUV 160.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 206 161 39 0 0.22 0.81 0.19 43.83 0.68 0.48
Hex CE A1 27 0 16 51 13 2C 44 30
Octal 316 241 47 0 26 121 23 54 104 60
Binary 11001110 10100001 100111 0 10110 1010001 10011 101100 1000100 110000

Color Harmonies of #CEA127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA127

Black with #CEA127

Text Example


Text Example

White with #CEA127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA127; }

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

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

background-color css

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

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

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

border-color css

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

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

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