Html Css Color HEX #D3DA11 Barberry

📋 copy color: '#D3DA11'

red 211 ◦ green 218 ◦ blue 17

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

Shades of Barberry #D3DA11

Tints of Barberry #D3DA11

RGB

 RED value IS 211 (82.81% from 255) = 47.31%

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

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

R = 47.31%
G = 48.88%
B = 3.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D3DA11 (or 0xD3DA11) is known color: Barberry. HEX triplet: D3, DA and 11. RGB value is (211,218,17). Sum of RGB (Red+Green+Blue) = 211+218+17=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DA11 is #2C25EE. Grayscale: #C1C1C1. Windows color (decimal): -2893295 or 1170131. OLE color: 1170131.

HSL color Cylindrical-coordinate representation of color #D3DA11: hue angle of 62.09º 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 #D3DA11 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 17 -
CMYK 0.03 0 0.92 0.15
HSL 62.09º 0.86% 0.46% -
HSV(B) 62.09º 0.92% 0.85% -
XYZ 52.04 64.03 10.15 -
YUV 192.99 28.68 140.84 -
System Red Green Blue C M Y K H S L
Decimal 211 218 17 0.03 0 0.92 0.15 62.09 0.86 0.46
Hex D3 DA 11 3 0 5C F 3E 56 2E
Octal 323 332 21 3 0 134 17 76 126 56
Binary 11010011 11011010 10001 11 0 1011100 1111 111110 1010110 101110

Color Harmonies of #D3DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA11

Black with #D3DA11

Text Example


Text Example

White with #D3DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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