Html Css Color HEX #DEC21E Sunflower

📋 copy color: '#DEC21E'

red 222 ◦ green 194 ◦ blue 30

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

Shades of Sunflower #DEC21E

Tints of Sunflower #DEC21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 49.78%
G = 43.5%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC21E (or 0xDEC21E) is known color: Sunflower. HEX triplet: DE, C2 and 1E. RGB value is (222,194,30). Sum of RGB (Red+Green+Blue) = 222+194+30=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC21E is #213DE1. Grayscale: #B8B8B8. Windows color (decimal): -2178530 or 2015966. OLE color: 2015966.

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

Color convert

RGB 222 194 30 -
CMYK 0 0.13 0.86 0.13
HSL 51.25º 0.76% 0.49% -
HSV(B) 51.25º 0.86% 0.87% -
XYZ 49.65 54.21 9.07 -
YUV 183.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 222 194 30 0 0.13 0.86 0.13 51.25 0.76 0.49
Hex DE C2 1E 0 D 56 D 33 4C 31
Octal 336 302 36 0 15 126 15 63 114 61
Binary 11011110 11000010 11110 0 1101 1010110 1101 110011 1001100 110001

Color Harmonies of #DEC21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC21E

Black with #DEC21E

Text Example


Text Example

White with #DEC21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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