Html Css Color HEX #D8DC10 Barberry

📋 copy color: '#D8DC10'

red 216 ◦ green 220 ◦ blue 16

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

Shades of Barberry #D8DC10

Tints of Barberry #D8DC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.54%

R = 47.79%
G = 48.67%
B = 3.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#D8DC10 (or 0xD8DC10) is known color: Barberry. HEX triplet: D8, DC and 10. RGB value is (216,220,16). Sum of RGB (Red+Green+Blue) = 216+220+16=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DC10 is #2723EF. Grayscale: #C4C4C4. Windows color (decimal): -2565104 or 1105112. OLE color: 1105112.

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

Color convert

RGB 216 220 16 -
CMYK 0.02 0 0.93 0.14
HSL 61.18º 0.86% 0.46% -
HSV(B) 61.18º 0.93% 0.86% -
XYZ 54.01 65.82 10.35 -
YUV 195.55 26.67 142.59 -
System Red Green Blue C M Y K H S L
Decimal 216 220 16 0.02 0 0.93 0.14 61.18 0.86 0.46
Hex D8 DC 10 2 0 5D E 3D 56 2E
Octal 330 334 20 2 0 135 16 75 126 56
Binary 11011000 11011100 10000 10 0 1011101 1110 111101 1010110 101110

Color Harmonies of #D8DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC10

Black with #D8DC10

Text Example


Text Example

White with #D8DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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