Html Css Color HEX #D7DC11 Barberry

📋 copy color: '#D7DC11'

red 215 ◦ green 220 ◦ blue 17

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

Shades of Barberry #D7DC11

Tints of Barberry #D7DC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.76%

R = 47.57%
G = 48.67%
B = 3.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#D7DC11 (or 0xD7DC11) is known color: Barberry. HEX triplet: D7, DC and 11. RGB value is (215,220,17). Sum of RGB (Red+Green+Blue) = 215+220+17=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DC11 is #2823EE. Grayscale: #C4C4C4. Windows color (decimal): -2630639 or 1170647. OLE color: 1170647.

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

Color convert

RGB 215 220 17 -
CMYK 0.02 0 0.92 0.14
HSL 61.48º 0.86% 0.46% -
HSV(B) 61.48º 0.92% 0.86% -
XYZ 53.72 65.67 10.38 -
YUV 195.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 215 220 17 0.02 0 0.92 0.14 61.48 0.86 0.46
Hex D7 DC 11 2 0 5C E 3D 56 2E
Octal 327 334 21 2 0 134 16 75 126 56
Binary 11010111 11011100 10001 10 0 1011100 1110 111101 1010110 101110

Color Harmonies of #D7DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC11

Black with #D7DC11

Text Example


Text Example

White with #D7DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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