Html Css Color HEX #CEA90C Galliano

📋 copy color: '#CEA90C'

red 206 ◦ green 169 ◦ blue 12

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

Shades of Galliano #CEA90C

Tints of Galliano #CEA90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 53.23%
G = 43.67%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEA90C (or 0xCEA90C) is known color: Galliano. HEX triplet: CE, A9 and 0C. RGB value is (206,169,12). Sum of RGB (Red+Green+Blue) = 206+169+12=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA90C is #3156F3. Grayscale: #A2A2A2. Windows color (decimal): -3233524 or 829902. OLE color: 829902.

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

Color convert

RGB 206 169 12 -
CMYK 0 0.18 0.94 0.19
HSL 48.56º 0.89% 0.43% -
HSV(B) 48.56º 0.94% 0.81% -
XYZ 39.71 41.52 6.27 -
YUV 162.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 206 169 12 0 0.18 0.94 0.19 48.56 0.89 0.43
Hex CE A9 C 0 12 5E 13 31 59 2B
Octal 316 251 14 0 22 136 23 61 131 53
Binary 11001110 10101001 1100 0 10010 1011110 10011 110001 1011001 101011

Color Harmonies of #CEA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA90C

Black with #CEA90C

Text Example


Text Example

White with #CEA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA90C; }

 p { color: rgb(206,169,12); }

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

background-color css

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

 a { background-color: rgb(206,169,12); }

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

border-color css

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

 span { border-color: rgb(206,169,12); }

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