Html Css Color HEX #DED910 Barberry

📋 copy color: '#DED910'

red 222 ◦ green 217 ◦ blue 16

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

Shades of Barberry #DED910

Tints of Barberry #DED910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 48.79%
G = 47.69%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DED910 (or 0xDED910) is known color: Barberry. HEX triplet: DE, D9 and 10. RGB value is (222,217,16). Sum of RGB (Red+Green+Blue) = 222+217+16=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED910 is #2126EF. Grayscale: #C4C4C4. Windows color (decimal): -2172656 or 1104350. OLE color: 1104350.

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

Color convert

RGB 222 217 16 -
CMYK 0 0.02 0.93 0.13
HSL 58.54º 0.87% 0.47% -
HSV(B) 58.54º 0.93% 0.87% -
XYZ 55.03 65.19 10.17 -
YUV 195.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 222 217 16 0 0.02 0.93 0.13 58.54 0.87 0.47
Hex DE D9 10 0 2 5D D 3B 57 2F
Octal 336 331 20 0 2 135 15 73 127 57
Binary 11011110 11011001 10000 0 10 1011101 1101 111011 1010111 101111

Color Harmonies of #DED910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED910

Black with #DED910

Text Example


Text Example

White with #DED910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED910; }

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

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

background-color css

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

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

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

border-color css

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

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

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