Html Css Color HEX #CEA90D Galliano

📋 copy color: '#CEA90D'

red 206 ◦ green 169 ◦ blue 13

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

Shades of Galliano #CEA90D

Tints of Galliano #CEA90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.35%

R = 53.09%
G = 43.56%
B = 3.35%

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

#CEA90D (or 0xCEA90D) is known color: Galliano. HEX triplet: CE, A9 and 0D. RGB value is (206,169,13). Sum of RGB (Red+Green+Blue) = 206+169+13=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA90D is #3156F2. Grayscale: #A2A2A2. Windows color (decimal): -3233523 or 895438. OLE color: 895438.

HSL color Cylindrical-coordinate representation of color #CEA90D: hue angle of 48.5º degrees, saturation: 0.88, 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 #CEA90D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 13 -
CMYK 0 0.18 0.94 0.19
HSL 48.5º 0.88% 0.43% -
HSV(B) 48.5º 0.94% 0.81% -
XYZ 39.71 41.53 6.3 -
YUV 162.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 206 169 13 0 0.18 0.94 0.19 48.5 0.88 0.43
Hex CE A9 D 0 12 5E 13 30 58 2B
Octal 316 251 15 0 22 136 23 60 130 53
Binary 11001110 10101001 1101 0 10010 1011110 10011 110000 1011000 101011

Color Harmonies of #CEA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA90D

Black with #CEA90D

Text Example


Text Example

White with #CEA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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