Html Css Color HEX #DEC510 Sunflower

📋 copy color: '#DEC510'

red 222 ◦ green 197 ◦ blue 16

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

Shades of Sunflower #DEC510

Tints of Sunflower #DEC510

RGB

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

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

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

R = 51.03%
G = 45.29%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC510 (or 0xDEC510) is known color: Sunflower. HEX triplet: DE, C5 and 10. RGB value is (222,197,16). Sum of RGB (Red+Green+Blue) = 222+197+16=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC510 is #213AEF. Grayscale: #B8B8B8. Windows color (decimal): -2177776 or 1099230. OLE color: 1099230.

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

Color convert

RGB 222 197 16 -
CMYK 0 0.11 0.93 0.13
HSL 52.72º 0.87% 0.47% -
HSV(B) 52.72º 0.93% 0.87% -
XYZ 50.18 55.5 8.56 -
YUV 183.84 33.28 155.22 -
System Red Green Blue C M Y K H S L
Decimal 222 197 16 0 0.11 0.93 0.13 52.72 0.87 0.47
Hex DE C5 10 0 B 5D D 35 57 2F
Octal 336 305 20 0 13 135 15 65 127 57
Binary 11011110 11000101 10000 0 1011 1011101 1101 110101 1010111 101111

Color Harmonies of #DEC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC510

Black with #DEC510

Text Example


Text Example

White with #DEC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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