Html Css Color HEX #CEAF25 Galliano

📋 copy color: '#CEAF25'

red 206 ◦ green 175 ◦ blue 37

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

Shades of Galliano #CEAF25

Tints of Galliano #CEAF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

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

R = 49.28%
G = 41.87%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEAF25 (or 0xCEAF25) is known color: Galliano. HEX triplet: CE, AF and 25. RGB value is (206,175,37). Sum of RGB (Red+Green+Blue) = 206+175+37=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF25 is #3150DA. Grayscale: #A9A9A9. Windows color (decimal): -3231963 or 2469838. OLE color: 2469838.

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

Color convert

RGB 206 175 37 -
CMYK 0 0.15 0.82 0.19
HSL 48.99º 0.7% 0.48% -
HSV(B) 48.99º 0.82% 0.81% -
XYZ 41.12 43.92 8.06 -
YUV 168.54 53.77 154.72 -
System Red Green Blue C M Y K H S L
Decimal 206 175 37 0 0.15 0.82 0.19 48.99 0.7 0.48
Hex CE AF 25 0 F 52 13 31 46 30
Octal 316 257 45 0 17 122 23 61 106 60
Binary 11001110 10101111 100101 0 1111 1010010 10011 110001 1000110 110000

Color Harmonies of #CEAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF25

Black with #CEAF25

Text Example


Text Example

White with #CEAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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