Html Css Color HEX #DEAF10 Sunflower

📋 copy color: '#DEAF10'

red 222 ◦ green 175 ◦ blue 16

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

Shades of Sunflower #DEAF10

Tints of Sunflower #DEAF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 53.75%
G = 42.37%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEAF10 (or 0xDEAF10) is known color: Sunflower. HEX triplet: DE, AF and 10. RGB value is (222,175,16). Sum of RGB (Red+Green+Blue) = 222+175+16=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF10 is #2150EF. Grayscale: #ABABAB. Windows color (decimal): -2183408 or 1093598. OLE color: 1093598.

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

Color convert

RGB 222 175 16 -
CMYK 0 0.21 0.93 0.13
HSL 46.31º 0.87% 0.47% -
HSV(B) 46.31º 0.93% 0.87% -
XYZ 45.55 46.23 7.01 -
YUV 170.93 40.57 164.43 -
System Red Green Blue C M Y K H S L
Decimal 222 175 16 0 0.21 0.93 0.13 46.31 0.87 0.47
Hex DE AF 10 0 15 5D D 2E 57 2F
Octal 336 257 20 0 25 135 15 56 127 57
Binary 11011110 10101111 10000 0 10101 1011101 1101 101110 1010111 101111

Color Harmonies of #DEAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF10

Black with #DEAF10

Text Example


Text Example

White with #DEAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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