Html Css Color HEX #DBD220 Barberry

📋 copy color: '#DBD220'

red 219 ◦ green 210 ◦ blue 32

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

Shades of Barberry #DBD220

Tints of Barberry #DBD220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.94%

R = 47.51%
G = 45.55%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD220 (or 0xDBD220) is known color: Barberry. HEX triplet: DB, D2 and 20. RGB value is (219,210,32). Sum of RGB (Red+Green+Blue) = 219+210+32=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD220 is #242DDF. Grayscale: #C1C1C1. Windows color (decimal): -2371040 or 2151131. OLE color: 2151131.

HSL color Cylindrical-coordinate representation of color #DBD220: hue angle of 57.11º degrees, saturation: 0.75, 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 #DBD220 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 32 -
CMYK 0 0.04 0.85 0.14
HSL 57.11º 0.75% 0.49% -
HSV(B) 57.11º 0.85% 0.86% -
XYZ 52.52 61.26 10.42 -
YUV 192.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 219 210 32 0 0.04 0.85 0.14 57.11 0.75 0.49
Hex DB D2 20 0 4 55 E 39 4B 31
Octal 333 322 40 0 4 125 16 71 113 61
Binary 11011011 11010010 100000 0 100 1010101 1110 111001 1001011 110001

Color Harmonies of #DBD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD220

Black with #DBD220

Text Example


Text Example

White with #DBD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD220; }

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

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

background-color css

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

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

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

border-color css

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

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

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