Html Css Color HEX #D2D913 Barberry

📋 copy color: '#D2D913'

red 210 ◦ green 217 ◦ blue 19

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

Shades of Barberry #D2D913

Tints of Barberry #D2D913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.65%

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

R = 47.09%
G = 48.65%
B = 4.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D2D913 (or 0xD2D913) is known color: Barberry. HEX triplet: D2, D9 and 13. RGB value is (210,217,19). Sum of RGB (Red+Green+Blue) = 210+217+19=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D913 is #2D26EC. Grayscale: #C1C1C1. Windows color (decimal): -2959085 or 1300946. OLE color: 1300946.

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

Color convert

RGB 210 217 19 -
CMYK 0.03 0 0.91 0.15
HSL 62.12º 0.84% 0.46% -
HSV(B) 62.12º 0.91% 0.85% -
XYZ 51.51 63.37 10.13 -
YUV 192.34 30.18 140.6 -
System Red Green Blue C M Y K H S L
Decimal 210 217 19 0.03 0 0.91 0.15 62.12 0.84 0.46
Hex D2 D9 13 3 0 5B F 3E 54 2E
Octal 322 331 23 3 0 133 17 76 124 56
Binary 11010010 11011001 10011 11 0 1011011 1111 111110 1010100 101110

Color Harmonies of #D2D913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D913

Black with #D2D913

Text Example


Text Example

White with #D2D913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D913; }

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

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

background-color css

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

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

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

border-color css

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

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

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