Html Css Color HEX #D2DA11 Barberry

📋 copy color: '#D2DA11'

red 210 ◦ green 218 ◦ blue 17

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

Shades of Barberry #D2DA11

Tints of Barberry #D2DA11

RGB

 RED value IS 210 (82.42% from 255) = 47.19%

 GREEN value IS 218 (85.55% from 255) = 48.99%

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

R = 47.19%
G = 48.99%
B = 3.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D2DA11 (or 0xD2DA11) is known color: Barberry. HEX triplet: D2, DA and 11. RGB value is (210,218,17). Sum of RGB (Red+Green+Blue) = 210+218+17=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DA11 is #2D25EE. Grayscale: #C1C1C1. Windows color (decimal): -2958831 or 1170130. OLE color: 1170130.

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

Color convert

RGB 210 218 17 -
CMYK 0.04 0 0.92 0.15
HSL 62.39º 0.86% 0.46% -
HSV(B) 62.39º 0.92% 0.85% -
XYZ 51.75 63.88 10.13 -
YUV 192.69 28.85 140.34 -
System Red Green Blue C M Y K H S L
Decimal 210 218 17 0.04 0 0.92 0.15 62.39 0.86 0.46
Hex D2 DA 11 4 0 5C F 3E 56 2E
Octal 322 332 21 4 0 134 17 76 126 56
Binary 11010010 11011010 10001 100 0 1011100 1111 111110 1010110 101110

Color Harmonies of #D2DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA11

Black with #D2DA11

Text Example


Text Example

White with #D2DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA11; }

 p { color: rgb(210,218,17); }

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

background-color css

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

 a { background-color: rgb(210,218,17); }

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

border-color css

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

 span { border-color: rgb(210,218,17); }

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