Html Css Color HEX #D7DC15 Barberry

📋 copy color: '#D7DC15'

red 215 ◦ green 220 ◦ blue 21

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

Shades of Barberry #D7DC15

Tints of Barberry #D7DC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.61%

R = 47.15%
G = 48.25%
B = 4.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#D7DC15 (or 0xD7DC15) is known color: Barberry. HEX triplet: D7, DC and 15. RGB value is (215,220,21). Sum of RGB (Red+Green+Blue) = 215+220+21=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC15 is #2823EA. Grayscale: #C4C4C4. Windows color (decimal): -2630635 or 1432791. OLE color: 1432791.

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

Color convert

RGB 215 220 21 -
CMYK 0.02 0 0.90 0.14
HSL 61.51º 0.83% 0.47% -
HSV(B) 61.51º 0.9% 0.86% -
XYZ 53.75 65.69 10.56 -
YUV 195.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 215 220 21 0.02 0 0.90 0.14 61.51 0.83 0.47
Hex D7 DC 15 2 0 5A E 3E 53 2F
Octal 327 334 25 2 0 132 16 76 123 57
Binary 11010111 11011100 10101 10 0 1011010 1110 111110 1010011 101111

Color Harmonies of #D7DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC15

Black with #D7DC15

Text Example


Text Example

White with #D7DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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