Html Css Color HEX #D2D21A Barberry

📋 copy color: '#D2D21A'

red 210 ◦ green 210 ◦ blue 26

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

Shades of Barberry #D2D21A

Tints of Barberry #D2D21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 47.09%
G = 47.09%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2D21A (or 0xD2D21A) is known color: Barberry. HEX triplet: D2, D2 and 1A. RGB value is (210,210,26). Sum of RGB (Red+Green+Blue) = 210+210+26=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D21A is #2D2DE5. Grayscale: #BDBDBD. Windows color (decimal): -2960870 or 1757906. OLE color: 1757906.

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

Color convert

RGB 210 210 26 -
CMYK 0 0 0.88 0.18
HSL 60º 0.78% 0.46% -
HSV(B) 60º 0.88% 0.82% -
XYZ 49.81 59.87 9.91 -
YUV 189.02 36 142.96 -
System Red Green Blue C M Y K H S L
Decimal 210 210 26 0 0 0.88 0.18 60 0.78 0.46
Hex D2 D2 1A 0 0 58 12 3C 4E 2E
Octal 322 322 32 0 0 130 22 74 116 56
Binary 11010010 11010010 11010 0 0 1011000 10010 111100 1001110 101110

Color Harmonies of #D2D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D21A

Black with #D2D21A

Text Example


Text Example

White with #D2D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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