Html Css Color HEX #D8DC16 Barberry

📋 copy color: '#D8DC16'

red 216 ◦ green 220 ◦ blue 22

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

Shades of Barberry #D8DC16

Tints of Barberry #D8DC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

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

R = 47.16%
G = 48.03%
B = 4.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#D8DC16 (or 0xD8DC16) is known color: Barberry. HEX triplet: D8, DC and 16. RGB value is (216,220,22). Sum of RGB (Red+Green+Blue) = 216+220+22=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DC16 is #2723E9. Grayscale: #C5C5C5. Windows color (decimal): -2565098 or 1498328. OLE color: 1498328.

HSL color Cylindrical-coordinate representation of color #D8DC16: hue angle of 61.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8DC16 is Cyan = 0.02, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 22 -
CMYK 0.02 0 0.9 0.14
HSL 61.21º 0.82% 0.47% -
HSV(B) 61.21º 0.9% 0.86% -
XYZ 54.06 65.84 10.62 -
YUV 196.23 29.67 142.1 -
System Red Green Blue C M Y K H S L
Decimal 216 220 22 0.02 0 0.9 0.14 61.21 0.82 0.47
Hex D8 DC 16 2 0 5A E 3D 52 2F
Octal 330 334 26 2 0 132 16 75 122 57
Binary 11011000 11011100 10110 10 0 1011010 1110 111101 1010010 101111

Color Harmonies of #D8DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC16

Black with #D8DC16

Text Example


Text Example

White with #D8DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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