Html Css Color HEX #DED80B Barberry

📋 copy color: '#DED80B'

red 222 ◦ green 216 ◦ blue 11

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

Shades of Barberry #DED80B

Tints of Barberry #DED80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 49.44%
G = 48.11%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DED80B (or 0xDED80B) is known color: Barberry. HEX triplet: DE, D8 and 0B. RGB value is (222,216,11). Sum of RGB (Red+Green+Blue) = 222+216+11=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80B is #2127F4. Grayscale: #C3C3C3. Windows color (decimal): -2172917 or 776414. OLE color: 776414.

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

Color convert

RGB 222 216 11 -
CMYK 0 0.03 0.95 0.13
HSL 58.29º 0.91% 0.46% -
HSV(B) 58.29º 0.95% 0.87% -
XYZ 54.74 64.67 9.91 -
YUV 194.42 24.49 147.67 -
System Red Green Blue C M Y K H S L
Decimal 222 216 11 0 0.03 0.95 0.13 58.29 0.91 0.46
Hex DE D8 B 0 3 5F D 3A 5B 2E
Octal 336 330 13 0 3 137 15 72 133 56
Binary 11011110 11011000 1011 0 11 1011111 1101 111010 1011011 101110

Color Harmonies of #DED80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED80B

Black with #DED80B

Text Example


Text Example

White with #DED80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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