Html Css Color HEX #DED413 Barberry

📋 copy color: '#DED413'

red 222 ◦ green 212 ◦ blue 19

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

Shades of Barberry #DED413

Tints of Barberry #DED413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 49.01%
G = 46.8%
B = 4.19%

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

#DED413 (or 0xDED413) is known color: Barberry. HEX triplet: DE, D4 and 13. RGB value is (222,212,19). Sum of RGB (Red+Green+Blue) = 222+212+19=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED413 is #212BEC. Grayscale: #C1C1C1. Windows color (decimal): -2173933 or 1299678. OLE color: 1299678.

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

Color convert

RGB 222 212 19 -
CMYK 0 0.05 0.91 0.13
HSL 57.04º 0.84% 0.47% -
HSV(B) 57.04º 0.91% 0.87% -
XYZ 53.79 62.66 9.88 -
YUV 192.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 222 212 19 0 0.05 0.91 0.13 57.04 0.84 0.47
Hex DE D4 13 0 5 5B D 39 54 2F
Octal 336 324 23 0 5 133 15 71 124 57
Binary 11011110 11010100 10011 0 101 1011011 1101 111001 1010100 101111

Color Harmonies of #DED413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED413

Black with #DED413

Text Example


Text Example

White with #DED413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED413; }

 p { color: rgb(222,212,19); }

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

background-color css

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

 a { background-color: rgb(222,212,19); }

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

border-color css

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

 span { border-color: rgb(222,212,19); }

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