Html Css Color HEX #DED718 Barberry

📋 copy color: '#DED718'

red 222 ◦ green 215 ◦ blue 24

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

Shades of Barberry #DED718

Tints of Barberry #DED718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.21%

R = 48.16%
G = 46.64%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED718 (or 0xDED718) is known color: Barberry. HEX triplet: DE, D7 and 18. RGB value is (222,215,24). Sum of RGB (Red+Green+Blue) = 222+215+24=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED718 is #2128E7. Grayscale: #C4C4C4. Windows color (decimal): -2173160 or 1628126. OLE color: 1628126.

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

Color convert

RGB 222 215 24 -
CMYK 0 0.03 0.89 0.13
HSL 57.88º 0.8% 0.48% -
HSV(B) 57.88º 0.89% 0.87% -
XYZ 54.59 64.2 10.38 -
YUV 195.32 31.32 147.03 -
System Red Green Blue C M Y K H S L
Decimal 222 215 24 0 0.03 0.89 0.13 57.88 0.8 0.48
Hex DE D7 18 0 3 59 D 3A 50 30
Octal 336 327 30 0 3 131 15 72 120 60
Binary 11011110 11010111 11000 0 11 1011001 1101 111010 1010000 110000

Color Harmonies of #DED718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED718

Black with #DED718

Text Example


Text Example

White with #DED718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED718; }

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

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

background-color css

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

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

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

border-color css

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

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

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