Html Css Color HEX #DED60E Barberry

📋 copy color: '#DED60E'

red 222 ◦ green 214 ◦ blue 14

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

Shades of Barberry #DED60E

Tints of Barberry #DED60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 49.33%
G = 47.56%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DED60E (or 0xDED60E) is known color: Barberry. HEX triplet: DE, D6 and 0E. RGB value is (222,214,14). Sum of RGB (Red+Green+Blue) = 222+214+14=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED60E is #2129F1. Grayscale: #C2C2C2. Windows color (decimal): -2173426 or 972510. OLE color: 972510.

HSL color Cylindrical-coordinate representation of color #DED60E: hue angle of 57.69º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DED60E is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 214 14 -
CMYK 0 0.04 0.94 0.13
HSL 57.69º 0.88% 0.46% -
HSV(B) 57.69º 0.94% 0.87% -
XYZ 54.25 63.65 9.84 -
YUV 193.59 26.65 148.26 -
System Red Green Blue C M Y K H S L
Decimal 222 214 14 0 0.04 0.94 0.13 57.69 0.88 0.46
Hex DE D6 E 0 4 5E D 3A 58 2E
Octal 336 326 16 0 4 136 15 72 130 56
Binary 11011110 11010110 1110 0 100 1011110 1101 111010 1011000 101110

Color Harmonies of #DED60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED60E

Black with #DED60E

Text Example


Text Example

White with #DED60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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