Html Css Color HEX #D2DA13 Barberry

📋 copy color: '#D2DA13'

red 210 ◦ green 218 ◦ blue 19

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

Shades of Barberry #D2DA13

Tints of Barberry #D2DA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 46.98%
G = 48.77%
B = 4.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D2DA13 (or 0xD2DA13) is known color: Barberry. HEX triplet: D2, DA and 13. RGB value is (210,218,19). Sum of RGB (Red+Green+Blue) = 210+218+19=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DA13 is #2D25EC. Grayscale: #C1C1C1. Windows color (decimal): -2958829 or 1301202. OLE color: 1301202.

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

Color convert

RGB 210 218 19 -
CMYK 0.04 0 0.91 0.15
HSL 62.41º 0.84% 0.46% -
HSV(B) 62.41º 0.91% 0.85% -
XYZ 51.77 63.89 10.22 -
YUV 192.92 29.85 140.18 -
System Red Green Blue C M Y K H S L
Decimal 210 218 19 0.04 0 0.91 0.15 62.41 0.84 0.46
Hex D2 DA 13 4 0 5B F 3E 54 2E
Octal 322 332 23 4 0 133 17 76 124 56
Binary 11010010 11011010 10011 100 0 1011011 1111 111110 1010100 101110

Color Harmonies of #D2DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA13

Black with #D2DA13

Text Example


Text Example

White with #D2DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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