Html Css Color HEX #DEAF0F Sunflower

📋 copy color: '#DEAF0F'

red 222 ◦ green 175 ◦ blue 15

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

Shades of Sunflower #DEAF0F

Tints of Sunflower #DEAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 53.88%
G = 42.48%
B = 3.64%

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

#DEAF0F (or 0xDEAF0F) is known color: Sunflower. HEX triplet: DE, AF and 0F. RGB value is (222,175,15). Sum of RGB (Red+Green+Blue) = 222+175+15=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF0F is #2150F0. Grayscale: #ABABAB. Windows color (decimal): -2183409 or 1028062. OLE color: 1028062.

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

Color convert

RGB 222 175 15 -
CMYK 0 0.21 0.93 0.13
HSL 46.38º 0.87% 0.46% -
HSV(B) 46.38º 0.93% 0.87% -
XYZ 45.54 46.22 6.97 -
YUV 170.81 40.07 164.51 -
System Red Green Blue C M Y K H S L
Decimal 222 175 15 0 0.21 0.93 0.13 46.38 0.87 0.46
Hex DE AF F 0 15 5D D 2E 57 2E
Octal 336 257 17 0 25 135 15 56 127 56
Binary 11011110 10101111 1111 0 10101 1011101 1101 101110 1010111 101110

Color Harmonies of #DEAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF0F

Black with #DEAF0F

Text Example


Text Example

White with #DEAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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