Html Css Color HEX #D6DB10 Barberry

📋 copy color: '#D6DB10'

red 214 ◦ green 219 ◦ blue 16

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

Shades of Barberry #D6DB10

Tints of Barberry #D6DB10

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

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

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

R = 47.66%
G = 48.78%
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

#D6DB10 (or 0xD6DB10) is known color: Barberry. HEX triplet: D6, DB and 10. RGB value is (214,219,16). Sum of RGB (Red+Green+Blue) = 214+219+16=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DB10 is #2924EF. Grayscale: #C3C3C3. Windows color (decimal): -2696432 or 1104854. OLE color: 1104854.

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

Color convert

RGB 214 219 16 -
CMYK 0.02 0 0.93 0.14
HSL 61.48º 0.86% 0.46% -
HSV(B) 61.48º 0.93% 0.86% -
XYZ 53.16 65 10.23 -
YUV 194.36 27.34 142.01 -
System Red Green Blue C M Y K H S L
Decimal 214 219 16 0.02 0 0.93 0.14 61.48 0.86 0.46
Hex D6 DB 10 2 0 5D E 3D 56 2E
Octal 326 333 20 2 0 135 16 75 126 56
Binary 11010110 11011011 10000 10 0 1011101 1110 111101 1010110 101110

Color Harmonies of #D6DB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB10

Black with #D6DB10

Text Example


Text Example

White with #D6DB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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