Html Css Color HEX #DBD020 Barberry

📋 copy color: '#DBD020'

red 219 ◦ green 208 ◦ blue 32

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

Shades of Barberry #DBD020

Tints of Barberry #DBD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

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

R = 47.71%
G = 45.32%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD020 (or 0xDBD020) is known color: Barberry. HEX triplet: DB, D0 and 20. RGB value is (219,208,32). Sum of RGB (Red+Green+Blue) = 219+208+32=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD020 is #242FDF. Grayscale: #BFBFBF. Windows color (decimal): -2371552 or 2150619. OLE color: 2150619.

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

Color convert

RGB 219 208 32 -
CMYK 0 0.05 0.85 0.14
HSL 56.47º 0.75% 0.49% -
HSV(B) 56.47º 0.85% 0.86% -
XYZ 52.03 60.28 10.26 -
YUV 191.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 219 208 32 0 0.05 0.85 0.14 56.47 0.75 0.49
Hex DB D0 20 0 5 55 E 38 4B 31
Octal 333 320 40 0 5 125 16 70 113 61
Binary 11011011 11010000 100000 0 101 1010101 1110 111000 1001011 110001

Color Harmonies of #DBD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD020

Black with #DBD020

Text Example


Text Example

White with #DBD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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