Html Css Color HEX #DED81A Barberry

📋 copy color: '#DED81A'

red 222 ◦ green 216 ◦ blue 26

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

Shades of Barberry #DED81A

Tints of Barberry #DED81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.6%

R = 47.84%
G = 46.55%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DED81A (or 0xDED81A) is known color: Barberry. HEX triplet: DE, D8 and 1A. RGB value is (222,216,26). Sum of RGB (Red+Green+Blue) = 222+216+26=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED81A is #2127E5. Grayscale: #C4C4C4. Windows color (decimal): -2172902 or 1759454. OLE color: 1759454.

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

Color convert

RGB 222 216 26 -
CMYK 0 0.03 0.88 0.13
HSL 58.16º 0.79% 0.49% -
HSV(B) 58.16º 0.88% 0.87% -
XYZ 54.87 64.72 10.58 -
YUV 196.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 222 216 26 0 0.03 0.88 0.13 58.16 0.79 0.49
Hex DE D8 1A 0 3 58 D 3A 4F 31
Octal 336 330 32 0 3 130 15 72 117 61
Binary 11011110 11011000 11010 0 11 1011000 1101 111010 1001111 110001

Color Harmonies of #DED81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED81A

Black with #DED81A

Text Example


Text Example

White with #DED81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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