Html Css Color HEX #D7DB10 Barberry

📋 copy color: '#D7DB10'

red 215 ◦ green 219 ◦ blue 16

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

Shades of Barberry #D7DB10

Tints of Barberry #D7DB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.67%

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

R = 47.78%
G = 48.67%
B = 3.56%

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

#D7DB10 (or 0xD7DB10) is known color: Barberry. HEX triplet: D7, DB and 10. RGB value is (215,219,16). Sum of RGB (Red+Green+Blue) = 215+219+16=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DB10 is #2824EF. Grayscale: #C3C3C3. Windows color (decimal): -2630896 or 1104855. OLE color: 1104855.

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

Color convert

RGB 215 219 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 53.45 65.15 10.25 -
YUV 194.66 27.17 142.51 -
System Red Green Blue C M Y K H S L
Decimal 215 219 16 0.02 0 0.93 0.14 61.18 0.86 0.46
Hex D7 DB 10 2 0 5D E 3D 56 2E
Octal 327 333 20 2 0 135 16 75 126 56
Binary 11010111 11011011 10000 10 0 1011101 1110 111101 1010110 101110

Color Harmonies of #D7DB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB10

Black with #D7DB10

Text Example


Text Example

White with #D7DB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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