Html Css Color HEX #DBD424 Barberry

📋 copy color: '#DBD424'

red 219 ◦ green 212 ◦ blue 36

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

Shades of Barberry #DBD424

Tints of Barberry #DBD424

RGB

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

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

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

R = 46.9%
G = 45.4%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBD424 (or 0xDBD424) is known color: Barberry. HEX triplet: DB, D4 and 24. RGB value is (219,212,36). Sum of RGB (Red+Green+Blue) = 219+212+36=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD424 is #242BDB. Grayscale: #C2C2C2. Windows color (decimal): -2370524 or 2413787. OLE color: 2413787.

HSL color Cylindrical-coordinate representation of color #DBD424: hue angle of 57.7º 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 #DBD424 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 212 36 -
CMYK 0 0.03 0.84 0.14
HSL 57.7º 0.72% 0.5% -
HSV(B) 57.7º 0.84% 0.86% -
XYZ 53.08 62.27 10.89 -
YUV 194.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 219 212 36 0 0.03 0.84 0.14 57.7 0.72 0.5
Hex DB D4 24 0 3 54 E 3A 48 32
Octal 333 324 44 0 3 124 16 72 110 62
Binary 11011011 11010100 100100 0 11 1010100 1110 111010 1001000 110010

Color Harmonies of #DBD424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD424

Black with #DBD424

Text Example


Text Example

White with #DBD424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD424; }

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

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

background-color css

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

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

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

border-color css

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

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

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