Html Css Color HEX #DECD15 Sunflower

📋 copy color: '#DECD15'

red 222 ◦ green 205 ◦ blue 21

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

Shades of Sunflower #DECD15

Tints of Sunflower #DECD15

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 21 (8.59% from 255) = 4.69%

R = 49.55%
G = 45.76%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DECD15 (or 0xDECD15) is known color: Sunflower. HEX triplet: DE, CD and 15. RGB value is (222,205,21). Sum of RGB (Red+Green+Blue) = 222+205+21=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 21 (8.59% from 255 or 4.69% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD15 is #2132EA. Grayscale: #BDBDBD. Windows color (decimal): -2175723 or 1428958. OLE color: 1428958.

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

Color convert

RGB 222 205 21 -
CMYK 0 0.08 0.91 0.13
HSL 54.93º 0.83% 0.48% -
HSV(B) 54.93º 0.91% 0.87% -
XYZ 52.09 59.25 9.4 -
YUV 189.11 33.13 151.46 -
System Red Green Blue C M Y K H S L
Decimal 222 205 21 0 0.08 0.91 0.13 54.93 0.83 0.48
Hex DE CD 15 0 8 5B D 37 53 30
Octal 336 315 25 0 10 133 15 67 123 60
Binary 11011110 11001101 10101 0 1000 1011011 1101 110111 1010011 110000

Color Harmonies of #DECD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD15

Black with #DECD15

Text Example


Text Example

White with #DECD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD15; }

 p { color: rgb(222,205,21); }

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

background-color css

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

 a { background-color: rgb(222,205,21); }

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

border-color css

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

 span { border-color: rgb(222,205,21); }

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