Html Css Color HEX #DEC514 Sunflower

📋 copy color: '#DEC514'

red 222 ◦ green 197 ◦ blue 20

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

Shades of Sunflower #DEC514

Tints of Sunflower #DEC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 50.57%
G = 44.87%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC514 (or 0xDEC514) is known color: Sunflower. HEX triplet: DE, C5 and 14. RGB value is (222,197,20). Sum of RGB (Red+Green+Blue) = 222+197+20=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC514 is #213AEB. Grayscale: #B9B9B9. Windows color (decimal): -2177772 or 1361374. OLE color: 1361374.

HSL color Cylindrical-coordinate representation of color #DEC514: hue angle of 52.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC514 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 20 -
CMYK 0 0.11 0.91 0.13
HSL 52.57º 0.83% 0.47% -
HSV(B) 52.57º 0.91% 0.87% -
XYZ 50.22 55.51 8.73 -
YUV 184.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 222 197 20 0 0.11 0.91 0.13 52.57 0.83 0.47
Hex DE C5 14 0 B 5B D 35 53 2F
Octal 336 305 24 0 13 133 15 65 123 57
Binary 11011110 11000101 10100 0 1011 1011011 1101 110101 1010011 101111

Color Harmonies of #DEC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC514

Black with #DEC514

Text Example


Text Example

White with #DEC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC514; }

 p { color: rgb(222,197,20); }

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

background-color css

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

 a { background-color: rgb(222,197,20); }

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

border-color css

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

 span { border-color: rgb(222,197,20); }

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