Html Css Color HEX #DED612 Barberry

📋 copy color: '#DED612'

red 222 ◦ green 214 ◦ blue 18

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

Shades of Barberry #DED612

Tints of Barberry #DED612

RGB

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

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

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

R = 48.9%
G = 47.14%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DED612 (or 0xDED612) is known color: Barberry. HEX triplet: DE, D6 and 12. RGB value is (222,214,18). Sum of RGB (Red+Green+Blue) = 222+214+18=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED612 is #2129ED. Grayscale: #C2C2C2. Windows color (decimal): -2173422 or 1234654. OLE color: 1234654.

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

Color convert

RGB 222 214 18 -
CMYK 0 0.04 0.92 0.13
HSL 57.65º 0.85% 0.47% -
HSV(B) 57.65º 0.92% 0.87% -
XYZ 54.28 63.67 10 -
YUV 194.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 222 214 18 0 0.04 0.92 0.13 57.65 0.85 0.47
Hex DE D6 12 0 4 5C D 3A 55 2F
Octal 336 326 22 0 4 134 15 72 125 57
Binary 11011110 11010110 10010 0 100 1011100 1101 111010 1010101 101111

Color Harmonies of #DED612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED612

Black with #DED612

Text Example


Text Example

White with #DED612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED612; }

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

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

background-color css

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

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

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

border-color css

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

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

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