Html Css Color HEX #DED81F Barberry

📋 copy color: '#DED81F'

red 222 ◦ green 216 ◦ blue 31

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

Shades of Barberry #DED81F

Tints of Barberry #DED81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.61%

R = 47.33%
G = 46.06%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED81F (or 0xDED81F) is known color: Barberry. HEX triplet: DE, D8 and 1F. RGB value is (222,216,31). Sum of RGB (Red+Green+Blue) = 222+216+31=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED81F is #2127E0. Grayscale: #C5C5C5. Windows color (decimal): -2172897 or 2087134. OLE color: 2087134.

HSL color Cylindrical-coordinate representation of color #DED81F: hue angle of 58.12º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DED81F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 31 -
CMYK 0 0.03 0.86 0.13
HSL 58.12º 0.75% 0.5% -
HSV(B) 58.12º 0.86% 0.87% -
XYZ 54.93 64.74 10.9 -
YUV 196.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 222 216 31 0 0.03 0.86 0.13 58.12 0.75 0.5
Hex DE D8 1F 0 3 56 D 3A 4B 32
Octal 336 330 37 0 3 126 15 72 113 62
Binary 11011110 11011000 11111 0 11 1010110 1101 111010 1001011 110010

Color Harmonies of #DED81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED81F

Black with #DED81F

Text Example


Text Example

White with #DED81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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