Html Css Color HEX #DED415 Barberry

📋 copy color: '#DED415'

red 222 ◦ green 212 ◦ blue 21

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

Shades of Barberry #DED415

Tints of Barberry #DED415

RGB

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

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

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

R = 48.79%
G = 46.59%
B = 4.62%

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

#DED415 (or 0xDED415) is known color: Barberry. HEX triplet: DE, D4 and 15. RGB value is (222,212,21). Sum of RGB (Red+Green+Blue) = 222+212+21=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED415 is #212BEA. Grayscale: #C1C1C1. Windows color (decimal): -2173931 or 1430750. OLE color: 1430750.

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

Color convert

RGB 222 212 21 -
CMYK 0 0.05 0.91 0.13
HSL 57.01º 0.83% 0.48% -
HSV(B) 57.01º 0.91% 0.87% -
XYZ 53.8 62.67 9.97 -
YUV 193.22 30.81 148.53 -
System Red Green Blue C M Y K H S L
Decimal 222 212 21 0 0.05 0.91 0.13 57.01 0.83 0.48
Hex DE D4 15 0 5 5B D 39 53 30
Octal 336 324 25 0 5 133 15 71 123 60
Binary 11011110 11010100 10101 0 101 1011011 1101 111001 1010011 110000

Color Harmonies of #DED415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED415

Black with #DED415

Text Example


Text Example

White with #DED415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED415; }

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

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

background-color css

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

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

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

border-color css

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

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

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