Html Css Color HEX #CEA823 Galliano

📋 copy color: '#CEA823'

red 206 ◦ green 168 ◦ blue 35

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

Shades of Galliano #CEA823

Tints of Galliano #CEA823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

 BLUE value IS 35 (14.06% from 255) = 8.56%

R = 50.37%
G = 41.08%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA823 (or 0xCEA823) is known color: Galliano. HEX triplet: CE, A8 and 23. RGB value is (206,168,35). Sum of RGB (Red+Green+Blue) = 206+168+35=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA823 is #3157DC. Grayscale: #A4A4A4. Windows color (decimal): -3233757 or 2336974. OLE color: 2336974.

HSL color Cylindrical-coordinate representation of color #CEA823: hue angle of 46.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEA823 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 35 -
CMYK 0 0.18 0.83 0.19
HSL 46.67º 0.71% 0.47% -
HSV(B) 46.67º 0.83% 0.81% -
XYZ 39.76 41.25 7.46 -
YUV 164.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 206 168 35 0 0.18 0.83 0.19 46.67 0.71 0.47
Hex CE A8 23 0 12 53 13 2F 47 2F
Octal 316 250 43 0 22 123 23 57 107 57
Binary 11001110 10101000 100011 0 10010 1010011 10011 101111 1000111 101111

Color Harmonies of #CEA823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA823

Black with #CEA823

Text Example


Text Example

White with #CEA823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA823; }

 p { color: rgb(206,168,35); }

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

background-color css

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

 a { background-color: rgb(206,168,35); }

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

border-color css

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

 span { border-color: rgb(206,168,35); }

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