Html Css Color HEX #DED614 Barberry

📋 copy color: '#DED614'

red 222 ◦ green 214 ◦ blue 20

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

Shades of Barberry #DED614

Tints of Barberry #DED614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

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

R = 48.68%
G = 46.93%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED614 (or 0xDED614) is known color: Barberry. HEX triplet: DE, D6 and 14. RGB value is (222,214,20). Sum of RGB (Red+Green+Blue) = 222+214+20=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DED614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED614 is #2129EB. Grayscale: #C3C3C3. Windows color (decimal): -2173420 or 1365726. OLE color: 1365726.

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

Color convert

RGB 222 214 20 -
CMYK 0 0.04 0.91 0.13
HSL 57.62º 0.83% 0.47% -
HSV(B) 57.62º 0.91% 0.87% -
XYZ 54.3 63.67 10.09 -
YUV 194.28 29.65 147.77 -
System Red Green Blue C M Y K H S L
Decimal 222 214 20 0 0.04 0.91 0.13 57.62 0.83 0.47
Hex DE D6 14 0 4 5B D 3A 53 2F
Octal 336 326 24 0 4 133 15 72 123 57
Binary 11011110 11010110 10100 0 100 1011011 1101 111010 1010011 101111

Color Harmonies of #DED614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED614

Black with #DED614

Text Example


Text Example

White with #DED614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED614; }

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

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

background-color css

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

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

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

border-color css

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

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

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