Html Css Color HEX #DBD224 Barberry

📋 copy color: '#DBD224'

red 219 ◦ green 210 ◦ blue 36

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

Shades of Barberry #DBD224

Tints of Barberry #DBD224

RGB

 RED value IS 219 (85.94% from 255) = 47.1%

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

 BLUE value IS 36 (14.45% from 255) = 7.74%

R = 47.1%
G = 45.16%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBD224 (or 0xDBD224) is known color: Barberry. HEX triplet: DB, D2 and 24. RGB value is (219,210,36). Sum of RGB (Red+Green+Blue) = 219+210+36=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD224 is #242DDB. Grayscale: #C1C1C1. Windows color (decimal): -2371036 or 2413275. OLE color: 2413275.

HSL color Cylindrical-coordinate representation of color #DBD224: hue angle of 57.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBD224 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 36 -
CMYK 0 0.04 0.84 0.14
HSL 57.05º 0.72% 0.5% -
HSV(B) 57.05º 0.84% 0.86% -
XYZ 52.58 61.28 10.73 -
YUV 192.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 219 210 36 0 0.04 0.84 0.14 57.05 0.72 0.5
Hex DB D2 24 0 4 54 E 39 48 32
Octal 333 322 44 0 4 124 16 71 110 62
Binary 11011011 11010010 100100 0 100 1010100 1110 111001 1001000 110010

Color Harmonies of #DBD224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD224

Black with #DBD224

Text Example


Text Example

White with #DBD224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD224; }

 p { color: rgb(219,210,36); }

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

background-color css

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

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

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

border-color css

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

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

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