Html Css Color HEX #DED514 Barberry

📋 copy color: '#DED514'

red 222 ◦ green 213 ◦ blue 20

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

Shades of Barberry #DED514

Tints of Barberry #DED514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.81%

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

R = 48.79%
G = 46.81%
B = 4.4%

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

#DED514 (or 0xDED514) is known color: Barberry. HEX triplet: DE, D5 and 14. RGB value is (222,213,20). Sum of RGB (Red+Green+Blue) = 222+213+20=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED514 is #212AEB. Grayscale: #C2C2C2. Windows color (decimal): -2173676 or 1365470. OLE color: 1365470.

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

Color convert

RGB 222 213 20 -
CMYK 0 0.04 0.91 0.13
HSL 57.33º 0.83% 0.47% -
HSV(B) 57.33º 0.91% 0.87% -
XYZ 54.04 63.17 10.01 -
YUV 193.69 29.98 148.19 -
System Red Green Blue C M Y K H S L
Decimal 222 213 20 0 0.04 0.91 0.13 57.33 0.83 0.47
Hex DE D5 14 0 4 5B D 39 53 2F
Octal 336 325 24 0 4 133 15 71 123 57
Binary 11011110 11010101 10100 0 100 1011011 1101 111001 1010011 101111

Color Harmonies of #DED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED514

Black with #DED514

Text Example


Text Example

White with #DED514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED514; }

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

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

background-color css

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

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

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

border-color css

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

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

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