Html Css Color HEX #D2D217 Barberry

📋 copy color: '#D2D217'

red 210 ◦ green 210 ◦ blue 23

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

Shades of Barberry #D2D217

Tints of Barberry #D2D217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 23 (9.38% from 255) = 5.19%

R = 47.4%
G = 47.4%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2D217 (or 0xD2D217) is known color: Barberry. HEX triplet: D2, D2 and 17. RGB value is (210,210,23). Sum of RGB (Red+Green+Blue) = 210+210+23=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 23 (9.38% from 255 or 5.19% from 443); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D217 is #2D2DE8. Grayscale: #BDBDBD. Windows color (decimal): -2960873 or 1561298. OLE color: 1561298.

HSL color Cylindrical-coordinate representation of color #D2D217: hue angle of 60º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2D217 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 210 23 -
CMYK 0 0 0.89 0.18
HSL 60º 0.8% 0.46% -
HSV(B) 60º 0.89% 0.82% -
XYZ 49.78 59.86 9.74 -
YUV 188.68 34.5 143.21 -
System Red Green Blue C M Y K H S L
Decimal 210 210 23 0 0 0.89 0.18 60 0.8 0.46
Hex D2 D2 17 0 0 59 12 3C 50 2E
Octal 322 322 27 0 0 131 22 74 120 56
Binary 11010010 11010010 10111 0 0 1011001 10010 111100 1010000 101110

Color Harmonies of #D2D217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D217

Black with #D2D217

Text Example


Text Example

White with #D2D217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D217; }

 p { color: rgb(210,210,23); }

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

background-color css

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

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

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

border-color css

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

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

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