Html Css Color HEX #DED914 Barberry

📋 copy color: '#DED914'

red 222 ◦ green 217 ◦ blue 20

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

Shades of Barberry #DED914

Tints of Barberry #DED914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.28%

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 48.37%
G = 47.28%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DED914 (or 0xDED914) is known color: Barberry. HEX triplet: DE, D9 and 14. RGB value is (222,217,20). Sum of RGB (Red+Green+Blue) = 222+217+20=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED914 is #2126EB. Grayscale: #C4C4C4. Windows color (decimal): -2172652 or 1366494. OLE color: 1366494.

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

Color convert

RGB 222 217 20 -
CMYK 0 0.02 0.91 0.13
HSL 58.51º 0.83% 0.47% -
HSV(B) 58.51º 0.91% 0.87% -
XYZ 55.06 65.21 10.35 -
YUV 196.04 28.66 146.52 -
System Red Green Blue C M Y K H S L
Decimal 222 217 20 0 0.02 0.91 0.13 58.51 0.83 0.47
Hex DE D9 14 0 2 5B D 3B 53 2F
Octal 336 331 24 0 2 133 15 73 123 57
Binary 11011110 11011001 10100 0 10 1011011 1101 111011 1010011 101111

Color Harmonies of #DED914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED914

Black with #DED914

Text Example


Text Example

White with #DED914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED914; }

 p { color: rgb(222,217,20); }

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

background-color css

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

 a { background-color: rgb(222,217,20); }

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

border-color css

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

 span { border-color: rgb(222,217,20); }

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