Html Css Color HEX #DEC410 Sunflower

📋 copy color: '#DEC410'

red 222 ◦ green 196 ◦ blue 16

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

Shades of Sunflower #DEC410

Tints of Sunflower #DEC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.16%

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

R = 51.15%
G = 45.16%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC410 (or 0xDEC410) is known color: Sunflower. HEX triplet: DE, C4 and 10. RGB value is (222,196,16). Sum of RGB (Red+Green+Blue) = 222+196+16=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC410 is #213BEF. Grayscale: #B8B8B8. Windows color (decimal): -2178032 or 1098974. OLE color: 1098974.

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

Color convert

RGB 222 196 16 -
CMYK 0 0.12 0.93 0.13
HSL 52.43º 0.87% 0.47% -
HSV(B) 52.43º 0.93% 0.87% -
XYZ 49.96 55.05 8.48 -
YUV 183.25 33.61 155.64 -
System Red Green Blue C M Y K H S L
Decimal 222 196 16 0 0.12 0.93 0.13 52.43 0.87 0.47
Hex DE C4 10 0 C 5D D 34 57 2F
Octal 336 304 20 0 14 135 15 64 127 57
Binary 11011110 11000100 10000 0 1100 1011101 1101 110100 1010111 101111

Color Harmonies of #DEC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC410

Black with #DEC410

Text Example


Text Example

White with #DEC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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