Html Css Color HEX #DED314 Barberry

📋 copy color: '#DED314'

red 222 ◦ green 211 ◦ blue 20

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

Shades of Barberry #DED314

Tints of Barberry #DED314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 49.01%
G = 46.58%
B = 4.42%

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

#DED314 (or 0xDED314) is known color: Barberry. HEX triplet: DE, D3 and 14. RGB value is (222,211,20). Sum of RGB (Red+Green+Blue) = 222+211+20=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED314 is #212CEB. Grayscale: #C1C1C1. Windows color (decimal): -2174188 or 1364958. OLE color: 1364958.

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

Color convert

RGB 222 211 20 -
CMYK 0 0.05 0.91 0.13
HSL 56.73º 0.83% 0.47% -
HSV(B) 56.73º 0.91% 0.87% -
XYZ 53.54 62.17 9.84 -
YUV 192.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 222 211 20 0 0.05 0.91 0.13 56.73 0.83 0.47
Hex DE D3 14 0 5 5B D 39 53 2F
Octal 336 323 24 0 5 133 15 71 123 57
Binary 11011110 11010011 10100 0 101 1011011 1101 111001 1010011 101111

Color Harmonies of #DED314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED314

Black with #DED314

Text Example


Text Example

White with #DED314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED314; }

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

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

background-color css

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

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

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

border-color css

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

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

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