Html Css Color HEX #D7DC10 Barberry

📋 copy color: '#D7DC10'

red 215 ◦ green 220 ◦ blue 16

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

Shades of Barberry #D7DC10

Tints of Barberry #D7DC10

RGB

 RED value IS 215 (84.38% from 255) = 47.67%

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

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

R = 47.67%
G = 48.78%
B = 3.55%

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

#D7DC10 (or 0xD7DC10) is known color: Barberry. HEX triplet: D7, DC and 10. RGB value is (215,220,16). Sum of RGB (Red+Green+Blue) = 215+220+16=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC10 is #2823EF. Grayscale: #C4C4C4. Windows color (decimal): -2630640 or 1105111. OLE color: 1105111.

HSL color Cylindrical-coordinate representation of color #D7DC10: hue angle of 61.47º 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 #D7DC10 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 16 -
CMYK 0.02 0 0.93 0.14
HSL 61.47º 0.86% 0.46% -
HSV(B) 61.47º 0.93% 0.86% -
XYZ 53.71 65.67 10.34 -
YUV 195.25 26.84 142.09 -
System Red Green Blue C M Y K H S L
Decimal 215 220 16 0.02 0 0.93 0.14 61.47 0.86 0.46
Hex D7 DC 10 2 0 5D E 3D 56 2E
Octal 327 334 20 2 0 135 16 75 126 56
Binary 11010111 11011100 10000 10 0 1011101 1110 111101 1010110 101110

Color Harmonies of #D7DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC10

Black with #D7DC10

Text Example


Text Example

White with #D7DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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