Html Css Color HEX #CEA427 Galliano

📋 copy color: '#CEA427'

red 206 ◦ green 164 ◦ blue 39

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

Shades of Galliano #CEA427

Tints of Galliano #CEA427

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

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

R = 50.37%
G = 40.1%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA427 (or 0xCEA427) is known color: Galliano. HEX triplet: CE, A4 and 27. RGB value is (206,164,39). Sum of RGB (Red+Green+Blue) = 206+164+39=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA427 is #315BD8. Grayscale: #A2A2A2. Windows color (decimal): -3234777 or 2598094. OLE color: 2598094.

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

Color convert

RGB 206 164 39 -
CMYK 0 0.20 0.81 0.19
HSL 44.91º 0.68% 0.48% -
HSV(B) 44.91º 0.81% 0.81% -
XYZ 39.1 39.82 7.54 -
YUV 162.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 206 164 39 0 0.20 0.81 0.19 44.91 0.68 0.48
Hex CE A4 27 0 14 51 13 2D 44 30
Octal 316 244 47 0 24 121 23 55 104 60
Binary 11001110 10100100 100111 0 10100 1010001 10011 101101 1000100 110000

Color Harmonies of #CEA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA427

Black with #CEA427

Text Example


Text Example

White with #CEA427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA427; }

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

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

background-color css

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

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

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

border-color css

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

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

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