Html Css Color HEX #DBD421 Barberry

📋 copy color: '#DBD421'

red 219 ◦ green 212 ◦ blue 33

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

Shades of Barberry #DBD421

Tints of Barberry #DBD421

RGB

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

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

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

R = 47.2%
G = 45.69%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD421 (or 0xDBD421) is known color: Barberry. HEX triplet: DB, D4 and 21. RGB value is (219,212,33). Sum of RGB (Red+Green+Blue) = 219+212+33=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD421 is #242BDE. Grayscale: #C2C2C2. Windows color (decimal): -2370527 or 2217179. OLE color: 2217179.

HSL color Cylindrical-coordinate representation of color #DBD421: hue angle of 57.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBD421 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 212 33 -
CMYK 0 0.03 0.85 0.14
HSL 57.74º 0.74% 0.49% -
HSV(B) 57.74º 0.85% 0.86% -
XYZ 53.03 62.26 10.66 -
YUV 193.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 219 212 33 0 0.03 0.85 0.14 57.74 0.74 0.49
Hex DB D4 21 0 3 55 E 3A 4A 31
Octal 333 324 41 0 3 125 16 72 112 61
Binary 11011011 11010100 100001 0 11 1010101 1110 111010 1001010 110001

Color Harmonies of #DBD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD421

Black with #DBD421

Text Example


Text Example

White with #DBD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD421; }

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

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

background-color css

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

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

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

border-color css

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

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

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