Html Css Color HEX #D5DF10 Barberry

📋 copy color: '#D5DF10'

red 213 ◦ green 223 ◦ blue 16

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

Shades of Barberry #D5DF10

Tints of Barberry #D5DF10

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

 GREEN value IS 223 (87.5% from 255) = 49.34%

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

R = 47.12%
G = 49.34%
B = 3.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#D5DF10 (or 0xD5DF10) is known color: Barberry. HEX triplet: D5, DF and 10. RGB value is (213,223,16). Sum of RGB (Red+Green+Blue) = 213+223+16=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DF10 is #2A20EF. Grayscale: #C5C5C5. Windows color (decimal): -2760944 or 1105877. OLE color: 1105877.

HSL color Cylindrical-coordinate representation of color #D5DF10: hue angle of 62.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5DF10 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 16 -
CMYK 0.04 0 0.93 0.13
HSL 62.9º 0.87% 0.47% -
HSV(B) 62.9º 0.93% 0.87% -
XYZ 53.92 66.96 10.57 -
YUV 196.41 26.19 139.83 -
System Red Green Blue C M Y K H S L
Decimal 213 223 16 0.04 0 0.93 0.13 62.9 0.87 0.47
Hex D5 DF 10 4 0 5D D 3F 57 2F
Octal 325 337 20 4 0 135 15 77 127 57
Binary 11010101 11011111 10000 100 0 1011101 1101 111111 1010111 101111

Color Harmonies of #D5DF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF10

Black with #D5DF10

Text Example


Text Example

White with #D5DF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF10; }

 p { color: rgb(213,223,16); }

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

background-color css

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

 a { background-color: rgb(213,223,16); }

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

border-color css

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

 span { border-color: rgb(213,223,16); }

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