Html Css Color HEX #DECA10 Sunflower

📋 copy color: '#DECA10'

red 222 ◦ green 202 ◦ blue 16

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

Shades of Sunflower #DECA10

Tints of Sunflower #DECA10

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

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

R = 50.45%
G = 45.91%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DECA10 (or 0xDECA10) is known color: Sunflower. HEX triplet: DE, CA and 10. RGB value is (222,202,16). Sum of RGB (Red+Green+Blue) = 222+202+16=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECA10 is #2135EF. Grayscale: #BBBBBB. Windows color (decimal): -2176496 or 1100510. OLE color: 1100510.

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

Color convert

RGB 222 202 16 -
CMYK 0 0.09 0.93 0.13
HSL 54.17º 0.87% 0.47% -
HSV(B) 54.17º 0.93% 0.87% -
XYZ 51.34 57.81 8.94 -
YUV 186.78 31.63 153.12 -
System Red Green Blue C M Y K H S L
Decimal 222 202 16 0 0.09 0.93 0.13 54.17 0.87 0.47
Hex DE CA 10 0 9 5D D 36 57 2F
Octal 336 312 20 0 11 135 15 66 127 57
Binary 11011110 11001010 10000 0 1001 1011101 1101 110110 1010111 101111

Color Harmonies of #DECA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA10

Black with #DECA10

Text Example


Text Example

White with #DECA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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