Html Css Color HEX #CEA727 Galliano

📋 copy color: '#CEA727'

red 206 ◦ green 167 ◦ blue 39

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

Shades of Galliano #CEA727

Tints of Galliano #CEA727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

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

R = 50%
G = 40.53%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA727 (or 0xCEA727) is known color: Galliano. HEX triplet: CE, A7 and 27. RGB value is (206,167,39). Sum of RGB (Red+Green+Blue) = 206+167+39=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA727 is #3158D8. Grayscale: #A4A4A4. Windows color (decimal): -3234009 or 2598862. OLE color: 2598862.

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

Color convert

RGB 206 167 39 -
CMYK 0 0.19 0.81 0.19
HSL 45.99º 0.68% 0.48% -
HSV(B) 45.99º 0.81% 0.81% -
XYZ 39.64 40.91 7.73 -
YUV 164.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 206 167 39 0 0.19 0.81 0.19 45.99 0.68 0.48
Hex CE A7 27 0 13 51 13 2E 44 30
Octal 316 247 47 0 23 121 23 56 104 60
Binary 11001110 10100111 100111 0 10011 1010001 10011 101110 1000100 110000

Color Harmonies of #CEA727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA727

Black with #CEA727

Text Example


Text Example

White with #CEA727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA727; }

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

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

background-color css

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

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

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

border-color css

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

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

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