Html Css Color HEX #DED716 Barberry

📋 copy color: '#DED716'

red 222 ◦ green 215 ◦ blue 22

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

Shades of Barberry #DED716

Tints of Barberry #DED716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 48.37%
G = 46.84%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DED716 (or 0xDED716) is known color: Barberry. HEX triplet: DE, D7 and 16. RGB value is (222,215,22). Sum of RGB (Red+Green+Blue) = 222+215+22=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED716 is #2128E9. Grayscale: #C3C3C3. Windows color (decimal): -2173162 or 1497054. OLE color: 1497054.

HSL color Cylindrical-coordinate representation of color #DED716: hue angle of 57.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DED716 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 22 -
CMYK 0 0.03 0.90 0.13
HSL 57.9º 0.82% 0.48% -
HSV(B) 57.9º 0.9% 0.87% -
XYZ 54.57 64.19 10.27 -
YUV 195.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 222 215 22 0 0.03 0.90 0.13 57.9 0.82 0.48
Hex DE D7 16 0 3 5A D 3A 52 30
Octal 336 327 26 0 3 132 15 72 122 60
Binary 11011110 11010111 10110 0 11 1011010 1101 111010 1010010 110000

Color Harmonies of #DED716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED716

Black with #DED716

Text Example


Text Example

White with #DED716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED716; }

 p { color: rgb(222,215,22); }

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

background-color css

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

 a { background-color: rgb(222,215,22); }

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

border-color css

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

 span { border-color: rgb(222,215,22); }

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