Html Css Color HEX #D5DA11 Barberry

📋 copy color: '#D5DA11'

red 213 ◦ green 218 ◦ blue 17

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

Shades of Barberry #D5DA11

Tints of Barberry #D5DA11

RGB

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

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

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

R = 47.54%
G = 48.66%
B = 3.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D5DA11 (or 0xD5DA11) is known color: Barberry. HEX triplet: D5, DA and 11. RGB value is (213,218,17). Sum of RGB (Red+Green+Blue) = 213+218+17=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DA11 is #2A25EE. Grayscale: #C2C2C2. Windows color (decimal): -2762223 or 1170133. OLE color: 1170133.

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

Color convert

RGB 213 218 17 -
CMYK 0.02 0 0.92 0.15
HSL 61.49º 0.86% 0.46% -
HSV(B) 61.49º 0.92% 0.85% -
XYZ 52.61 64.33 10.17 -
YUV 193.59 28.34 141.84 -
System Red Green Blue C M Y K H S L
Decimal 213 218 17 0.02 0 0.92 0.15 61.49 0.86 0.46
Hex D5 DA 11 2 0 5C F 3D 56 2E
Octal 325 332 21 2 0 134 17 75 126 56
Binary 11010101 11011010 10001 10 0 1011100 1111 111101 1010110 101110

Color Harmonies of #D5DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA11

Black with #D5DA11

Text Example


Text Example

White with #D5DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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