Html Css Color HEX #DED317 Barberry

📋 copy color: '#DED317'

red 222 ◦ green 211 ◦ blue 23

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

Shades of Barberry #DED317

Tints of Barberry #DED317

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

 BLUE value IS 23 (9.38% from 255) = 5.04%

R = 48.68%
G = 46.27%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DED317 (or 0xDED317) is known color: Barberry. HEX triplet: DE, D3 and 17. RGB value is (222,211,23). Sum of RGB (Red+Green+Blue) = 222+211+23=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DED317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED317 is #212CE8. Grayscale: #C1C1C1. Windows color (decimal): -2174185 or 1561566. OLE color: 1561566.

HSL color Cylindrical-coordinate representation of color #DED317: hue angle of 56.68º degrees, saturation: 0.81, 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 #DED317 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 23 -
CMYK 0 0.05 0.90 0.13
HSL 56.68º 0.81% 0.48% -
HSV(B) 56.68º 0.9% 0.87% -
XYZ 53.57 62.18 9.99 -
YUV 192.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 222 211 23 0 0.05 0.90 0.13 56.68 0.81 0.48
Hex DE D3 17 0 5 5A D 39 51 30
Octal 336 323 27 0 5 132 15 71 121 60
Binary 11011110 11010011 10111 0 101 1011010 1101 111001 1010001 110000

Color Harmonies of #DED317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED317

Black with #DED317

Text Example


Text Example

White with #DED317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED317; }

 p { color: rgb(222,211,23); }

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

background-color css

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

 a { background-color: rgb(222,211,23); }

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

border-color css

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

 span { border-color: rgb(222,211,23); }

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