Html Css Color HEX #DED412 Barberry

📋 copy color: '#DED412'

red 222 ◦ green 212 ◦ blue 18

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

Shades of Barberry #DED412

Tints of Barberry #DED412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.98%

R = 49.12%
G = 46.9%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED412 (or 0xDED412) is known color: Barberry. HEX triplet: DE, D4 and 12. RGB value is (222,212,18). Sum of RGB (Red+Green+Blue) = 222+212+18=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED412 is #212BED. Grayscale: #C1C1C1. Windows color (decimal): -2173934 or 1234142. OLE color: 1234142.

HSL color Cylindrical-coordinate representation of color #DED412: hue angle of 57.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED412 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 18 -
CMYK 0 0.05 0.92 0.13
HSL 57.06º 0.85% 0.47% -
HSV(B) 57.06º 0.92% 0.87% -
XYZ 53.78 62.66 9.83 -
YUV 192.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 222 212 18 0 0.05 0.92 0.13 57.06 0.85 0.47
Hex DE D4 12 0 5 5C D 39 55 2F
Octal 336 324 22 0 5 134 15 71 125 57
Binary 11011110 11010100 10010 0 101 1011100 1101 111001 1010101 101111

Color Harmonies of #DED412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED412

Black with #DED412

Text Example


Text Example

White with #DED412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED412; }

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

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

background-color css

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

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

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

border-color css

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

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

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