Html Css Color HEX #D8DD16 Barberry

📋 copy color: '#D8DD16'

red 216 ◦ green 221 ◦ blue 22

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

Shades of Barberry #D8DD16

Tints of Barberry #D8DD16

RGB

 RED value IS 216 (84.77% from 255) = 47.06%

 GREEN value IS 221 (86.72% from 255) = 48.15%

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 47.06%
G = 48.15%
B = 4.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#D8DD16 (or 0xD8DD16) is known color: Barberry. HEX triplet: D8, DD and 16. RGB value is (216,221,22). Sum of RGB (Red+Green+Blue) = 216+221+22=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DD16 is #2722E9. Grayscale: #C5C5C5. Windows color (decimal): -2564842 or 1498584. OLE color: 1498584.

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

Color convert

RGB 216 221 22 -
CMYK 0.02 0 0.90 0.13
HSL 61.51º 0.82% 0.48% -
HSV(B) 61.51º 0.9% 0.87% -
XYZ 54.32 66.37 10.71 -
YUV 196.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 216 221 22 0.02 0 0.90 0.13 61.51 0.82 0.48
Hex D8 DD 16 2 0 5A D 3E 52 30
Octal 330 335 26 2 0 132 15 76 122 60
Binary 11011000 11011101 10110 10 0 1011010 1101 111110 1010010 110000

Color Harmonies of #D8DD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD16

Black with #D8DD16

Text Example


Text Example

White with #D8DD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD16; }

 p { color: rgb(216,221,22); }

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

background-color css

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

 a { background-color: rgb(216,221,22); }

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

border-color css

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

 span { border-color: rgb(216,221,22); }

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