Html Css Color HEX #DEC421 Sunflower

📋 copy color: '#DEC421'

red 222 ◦ green 196 ◦ blue 33

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

Shades of Sunflower #DEC421

Tints of Sunflower #DEC421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 49.22%
G = 43.46%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEC421 (or 0xDEC421) is known color: Sunflower. HEX triplet: DE, C4 and 21. RGB value is (222,196,33). Sum of RGB (Red+Green+Blue) = 222+196+33=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC421 is #213BDE. Grayscale: #B9B9B9. Windows color (decimal): -2178015 or 2213086. OLE color: 2213086.

HSL color Cylindrical-coordinate representation of color #DEC421: hue angle of 51.75º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEC421 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 196 33 -
CMYK 0 0.12 0.85 0.13
HSL 51.75º 0.74% 0.5% -
HSV(B) 51.75º 0.85% 0.87% -
XYZ 50.14 55.12 9.44 -
YUV 185.19 42.11 154.25 -
System Red Green Blue C M Y K H S L
Decimal 222 196 33 0 0.12 0.85 0.13 51.75 0.74 0.5
Hex DE C4 21 0 C 55 D 34 4A 32
Octal 336 304 41 0 14 125 15 64 112 62
Binary 11011110 11000100 100001 0 1100 1010101 1101 110100 1001010 110010

Color Harmonies of #DEC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC421

Black with #DEC421

Text Example


Text Example

White with #DEC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC421; }

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

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

background-color css

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

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

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

border-color css

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

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

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