Html Css Color HEX #DED80D Barberry

📋 copy color: '#DED80D'

red 222 ◦ green 216 ◦ blue 13

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

Shades of Barberry #DED80D

Tints of Barberry #DED80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.89%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 49.22%
G = 47.89%
B = 2.88%

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

#DED80D (or 0xDED80D) is known color: Barberry. HEX triplet: DE, D8 and 0D. RGB value is (222,216,13). Sum of RGB (Red+Green+Blue) = 222+216+13=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80D is #2127F2. Grayscale: #C3C3C3. Windows color (decimal): -2172915 or 907486. OLE color: 907486.

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

Color convert

RGB 222 216 13 -
CMYK 0 0.03 0.94 0.13
HSL 58.28º 0.89% 0.46% -
HSV(B) 58.28º 0.94% 0.87% -
XYZ 54.75 64.67 9.98 -
YUV 194.65 25.49 147.51 -
System Red Green Blue C M Y K H S L
Decimal 222 216 13 0 0.03 0.94 0.13 58.28 0.89 0.46
Hex DE D8 D 0 3 5E D 3A 59 2E
Octal 336 330 15 0 3 136 15 72 131 56
Binary 11011110 11011000 1101 0 11 1011110 1101 111010 1011001 101110

Color Harmonies of #DED80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED80D

Black with #DED80D

Text Example


Text Example

White with #DED80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED80D; }

 p { color: rgb(222,216,13); }

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

background-color css

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

 a { background-color: rgb(222,216,13); }

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

border-color css

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

 span { border-color: rgb(222,216,13); }

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