Html Css Color HEX #DED70E Barberry

📋 copy color: '#DED70E'

red 222 ◦ green 215 ◦ blue 14

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

Shades of Barberry #DED70E

Tints of Barberry #DED70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

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

R = 49.22%
G = 47.67%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DED70E (or 0xDED70E) is known color: Barberry. HEX triplet: DE, D7 and 0E. RGB value is (222,215,14). Sum of RGB (Red+Green+Blue) = 222+215+14=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DED70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED70E is #2128F1. Grayscale: #C2C2C2. Windows color (decimal): -2173170 or 972766. OLE color: 972766.

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

Color convert

RGB 222 215 14 -
CMYK 0 0.03 0.94 0.13
HSL 57.98º 0.88% 0.46% -
HSV(B) 57.98º 0.94% 0.87% -
XYZ 54.5 64.16 9.93 -
YUV 194.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 222 215 14 0 0.03 0.94 0.13 57.98 0.88 0.46
Hex DE D7 E 0 3 5E D 3A 58 2E
Octal 336 327 16 0 3 136 15 72 130 56
Binary 11011110 11010111 1110 0 11 1011110 1101 111010 1011000 101110

Color Harmonies of #DED70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED70E

Black with #DED70E

Text Example


Text Example

White with #DED70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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