Html Css Color HEX #DEC21A Sunflower

📋 copy color: '#DEC21A'

red 222 ◦ green 194 ◦ blue 26

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

Shades of Sunflower #DEC21A

Tints of Sunflower #DEC21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 26 (10.55% from 255) = 5.88%

R = 50.23%
G = 43.89%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEC21A (or 0xDEC21A) is known color: Sunflower. HEX triplet: DE, C2 and 1A. RGB value is (222,194,26). Sum of RGB (Red+Green+Blue) = 222+194+26=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC21A is #213DE5. Grayscale: #B7B7B7. Windows color (decimal): -2178534 or 1753822. OLE color: 1753822.

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

Color convert

RGB 222 194 26 -
CMYK 0 0.13 0.88 0.13
HSL 51.43º 0.79% 0.49% -
HSV(B) 51.43º 0.88% 0.87% -
XYZ 49.6 54.19 8.82 -
YUV 183.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 222 194 26 0 0.13 0.88 0.13 51.43 0.79 0.49
Hex DE C2 1A 0 D 58 D 33 4F 31
Octal 336 302 32 0 15 130 15 63 117 61
Binary 11011110 11000010 11010 0 1101 1011000 1101 110011 1001111 110001

Color Harmonies of #DEC21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC21A

Black with #DEC21A

Text Example


Text Example

White with #DEC21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC21A; }

 p { color: rgb(222,194,26); }

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

background-color css

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

 a { background-color: rgb(222,194,26); }

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

border-color css

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

 span { border-color: rgb(222,194,26); }

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