Html Css Color HEX #DEC80F Sunflower

📋 copy color: '#DEC80F'

red 222 ◦ green 200 ◦ blue 15

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

Shades of Sunflower #DEC80F

Tints of Sunflower #DEC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.77%

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

R = 50.8%
G = 45.77%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC80F (or 0xDEC80F) is known color: Sunflower. HEX triplet: DE, C8 and 0F. RGB value is (222,200,15). Sum of RGB (Red+Green+Blue) = 222+200+15=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC80F is #2137F0. Grayscale: #BABABA. Windows color (decimal): -2177009 or 1034462. OLE color: 1034462.

HSL color Cylindrical-coordinate representation of color #DEC80F: hue angle of 53.62º 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 #DEC80F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 200 15 -
CMYK 0 0.10 0.93 0.13
HSL 53.62º 0.87% 0.46% -
HSV(B) 53.62º 0.93% 0.87% -
XYZ 50.86 56.87 8.75 -
YUV 185.49 31.79 154.04 -
System Red Green Blue C M Y K H S L
Decimal 222 200 15 0 0.10 0.93 0.13 53.62 0.87 0.46
Hex DE C8 F 0 A 5D D 36 57 2E
Octal 336 310 17 0 12 135 15 66 127 56
Binary 11011110 11001000 1111 0 1010 1011101 1101 110110 1010111 101110

Color Harmonies of #DEC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC80F

Black with #DEC80F

Text Example


Text Example

White with #DEC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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