Html Css Color HEX #D2D621 Barberry

📋 copy color: '#D2D621'

red 210 ◦ green 214 ◦ blue 33

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

Shades of Barberry #D2D621

Tints of Barberry #D2D621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.83%

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

R = 45.95%
G = 46.83%
B = 7.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D2D621 (or 0xD2D621) is known color: Barberry. HEX triplet: D2, D6 and 21. RGB value is (210,214,33). Sum of RGB (Red+Green+Blue) = 210+214+33=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 33 (13.28% from 255 or 7.22% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D621 is #2D29DE. Grayscale: #C0C0C0. Windows color (decimal): -2959839 or 2217682. OLE color: 2217682.

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

Color convert

RGB 210 214 33 -
CMYK 0.02 0 0.85 0.16
HSL 61.33º 0.73% 0.48% -
HSV(B) 61.33º 0.85% 0.84% -
XYZ 50.9 61.9 10.7 -
YUV 192.17 38.17 140.72 -
System Red Green Blue C M Y K H S L
Decimal 210 214 33 0.02 0 0.85 0.16 61.33 0.73 0.48
Hex D2 D6 21 2 0 55 10 3D 49 30
Octal 322 326 41 2 0 125 20 75 111 60
Binary 11010010 11010110 100001 10 0 1010101 10000 111101 1001001 110000

Color Harmonies of #D2D621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D621

Black with #D2D621

Text Example


Text Example

White with #D2D621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D621; }

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

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

background-color css

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

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

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

border-color css

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

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

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