Html Css Color HEX #DED315 Barberry

📋 copy color: '#DED315'

red 222 ◦ green 211 ◦ blue 21

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

Shades of Barberry #DED315

Tints of Barberry #DED315

RGB

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

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

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

R = 48.9%
G = 46.48%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED315 (or 0xDED315) is known color: Barberry. HEX triplet: DE, D3 and 15. RGB value is (222,211,21). Sum of RGB (Red+Green+Blue) = 222+211+21=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED315 is #212CEA. Grayscale: #C1C1C1. Windows color (decimal): -2174187 or 1430494. OLE color: 1430494.

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

Color convert

RGB 222 211 21 -
CMYK 0 0.05 0.91 0.13
HSL 56.72º 0.83% 0.48% -
HSV(B) 56.72º 0.91% 0.87% -
XYZ 53.55 62.17 9.89 -
YUV 192.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 222 211 21 0 0.05 0.91 0.13 56.72 0.83 0.48
Hex DE D3 15 0 5 5B D 39 53 30
Octal 336 323 25 0 5 133 15 71 123 60
Binary 11011110 11010011 10101 0 101 1011011 1101 111001 1010011 110000

Color Harmonies of #DED315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED315

Black with #DED315

Text Example


Text Example

White with #DED315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED315; }

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

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

background-color css

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

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

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

border-color css

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

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

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