Html Css Color HEX #DEAF1B Galliano

📋 copy color: '#DEAF1B'

red 222 ◦ green 175 ◦ blue 27

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

Shades of Galliano #DEAF1B

Tints of Galliano #DEAF1B

RGB

 RED value IS 222 (87.11% from 255) = 52.36%

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

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 52.36%
G = 41.27%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEAF1B (or 0xDEAF1B) is known color: Galliano. HEX triplet: DE, AF and 1B. RGB value is (222,175,27). Sum of RGB (Red+Green+Blue) = 222+175+27=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF1B is #2150E4. Grayscale: #ACACAC. Windows color (decimal): -2183397 or 1814494. OLE color: 1814494.

HSL color Cylindrical-coordinate representation of color #DEAF1B: hue angle of 45.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEAF1B is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 27 -
CMYK 0 0.21 0.88 0.13
HSL 45.54º 0.78% 0.49% -
HSV(B) 45.54º 0.88% 0.87% -
XYZ 45.65 46.27 7.56 -
YUV 172.18 46.07 163.53 -
System Red Green Blue C M Y K H S L
Decimal 222 175 27 0 0.21 0.88 0.13 45.54 0.78 0.49
Hex DE AF 1B 0 15 58 D 2E 4E 31
Octal 336 257 33 0 25 130 15 56 116 61
Binary 11011110 10101111 11011 0 10101 1011000 1101 101110 1001110 110001

Color Harmonies of #DEAF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF1B

Black with #DEAF1B

Text Example


Text Example

White with #DEAF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF1B; }

 p { color: rgb(222,175,27); }

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

background-color css

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

 a { background-color: rgb(222,175,27); }

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

border-color css

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

 span { border-color: rgb(222,175,27); }

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