Html Css Color HEX #CEAA25 Galliano

📋 copy color: '#CEAA25'

red 206 ◦ green 170 ◦ blue 37

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

Shades of Galliano #CEAA25

Tints of Galliano #CEAA25

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 49.88%
G = 41.16%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEAA25 (or 0xCEAA25) is known color: Galliano. HEX triplet: CE, AA and 25. RGB value is (206,170,37). Sum of RGB (Red+Green+Blue) = 206+170+37=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA25 is #3155DA. Grayscale: #A6A6A6. Windows color (decimal): -3233243 or 2468558. OLE color: 2468558.

HSL color Cylindrical-coordinate representation of color #CEAA25: hue angle of 47.22º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEAA25 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 37 -
CMYK 0 0.17 0.82 0.19
HSL 47.22º 0.7% 0.48% -
HSV(B) 47.22º 0.82% 0.81% -
XYZ 40.16 42 7.74 -
YUV 165.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 206 170 37 0 0.17 0.82 0.19 47.22 0.7 0.48
Hex CE AA 25 0 11 52 13 2F 46 30
Octal 316 252 45 0 21 122 23 57 106 60
Binary 11001110 10101010 100101 0 10001 1010010 10011 101111 1000110 110000

Color Harmonies of #CEAA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA25

Black with #CEAA25

Text Example


Text Example

White with #CEAA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA25; }

 p { color: rgb(206,170,37); }

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

background-color css

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

 a { background-color: rgb(206,170,37); }

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

border-color css

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

 span { border-color: rgb(206,170,37); }

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