Html Css Color HEX #DECD13 Sunflower

📋 copy color: '#DECD13'

red 222 ◦ green 205 ◦ blue 19

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

Shades of Sunflower #DECD13

Tints of Sunflower #DECD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 49.78%
G = 45.96%
B = 4.26%

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

#DECD13 (or 0xDECD13) is known color: Sunflower. HEX triplet: DE, CD and 13. RGB value is (222,205,19). Sum of RGB (Red+Green+Blue) = 222+205+19=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD13 is #2132EC. Grayscale: #BDBDBD. Windows color (decimal): -2175725 or 1297886. OLE color: 1297886.

HSL color Cylindrical-coordinate representation of color #DECD13: hue angle of 54.98º degrees, saturation: 0.84, 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 #DECD13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 205 19 -
CMYK 0 0.08 0.91 0.13
HSL 54.98º 0.84% 0.47% -
HSV(B) 54.98º 0.91% 0.87% -
XYZ 52.07 59.24 9.31 -
YUV 188.88 32.13 151.62 -
System Red Green Blue C M Y K H S L
Decimal 222 205 19 0 0.08 0.91 0.13 54.98 0.84 0.47
Hex DE CD 13 0 8 5B D 37 54 2F
Octal 336 315 23 0 10 133 15 67 124 57
Binary 11011110 11001101 10011 0 1000 1011011 1101 110111 1010100 101111

Color Harmonies of #DECD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD13

Black with #DECD13

Text Example


Text Example

White with #DECD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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