Html Css Color HEX #DBD21D Barberry

📋 copy color: '#DBD21D'

red 219 ◦ green 210 ◦ blue 29

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

Shades of Barberry #DBD21D

Tints of Barberry #DBD21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.33%

R = 47.82%
G = 45.85%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBD21D (or 0xDBD21D) is known color: Barberry. HEX triplet: DB, D2 and 1D. RGB value is (219,210,29). Sum of RGB (Red+Green+Blue) = 219+210+29=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD21D is #242DE2. Grayscale: #C0C0C0. Windows color (decimal): -2371043 or 1954523. OLE color: 1954523.

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

Color convert

RGB 219 210 29 -
CMYK 0 0.04 0.87 0.14
HSL 57.16º 0.77% 0.49% -
HSV(B) 57.16º 0.87% 0.86% -
XYZ 52.48 61.24 10.22 -
YUV 192.06 35.98 147.22 -
System Red Green Blue C M Y K H S L
Decimal 219 210 29 0 0.04 0.87 0.14 57.16 0.77 0.49
Hex DB D2 1D 0 4 57 E 39 4D 31
Octal 333 322 35 0 4 127 16 71 115 61
Binary 11011011 11010010 11101 0 100 1010111 1110 111001 1001101 110001

Color Harmonies of #DBD21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD21D

Black with #DBD21D

Text Example


Text Example

White with #DBD21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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