Html Css Color HEX #D2D421 Barberry

📋 copy color: '#D2D421'

red 210 ◦ green 212 ◦ blue 33

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

Shades of Barberry #D2D421

Tints of Barberry #D2D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 33 (13.28% from 255) = 7.25%

R = 46.15%
G = 46.59%
B = 7.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D2D421 (or 0xD2D421) is known color: Barberry. HEX triplet: D2, D4 and 21. RGB value is (210,212,33). Sum of RGB (Red+Green+Blue) = 210+212+33=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D421 is #2D2BDE. Grayscale: #BFBFBF. Windows color (decimal): -2960351 or 2217170. OLE color: 2217170.

HSL color Cylindrical-coordinate representation of color #D2D421: hue angle of 60.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2D421 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 212 33 -
CMYK 0.01 0 0.84 0.17
HSL 60.67º 0.73% 0.48% -
HSV(B) 60.67º 0.84% 0.83% -
XYZ 50.4 60.9 10.54 -
YUV 191 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 210 212 33 0.01 0 0.84 0.17 60.67 0.73 0.48
Hex D2 D4 21 1 0 54 11 3D 49 30
Octal 322 324 41 1 0 124 21 75 111 60
Binary 11010010 11010100 100001 1 0 1010100 10001 111101 1001001 110000

Color Harmonies of #D2D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D421

Black with #D2D421

Text Example


Text Example

White with #D2D421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D421; }

 p { color: rgb(210,212,33); }

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

background-color css

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

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

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

border-color css

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

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

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