Html Css Color HEX #DBDB15 Barberry

📋 copy color: '#DBDB15'

red 219 ◦ green 219 ◦ blue 21

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

Shades of Barberry #DBDB15

Tints of Barberry #DBDB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.58%

R = 47.71%
G = 47.71%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBDB15 (or 0xDBDB15) is known color: Barberry. HEX triplet: DB, DB and 15. RGB value is (219,219,21). Sum of RGB (Red+Green+Blue) = 219+219+21=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB15 is #2424EA. Grayscale: #C5C5C5. Windows color (decimal): -2368747 or 1432539. OLE color: 1432539.

HSL color Cylindrical-coordinate representation of color #DBDB15: hue angle of 60º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBDB15 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 21 -
CMYK 0 0 0.90 0.14
HSL 60º 0.83% 0.47% -
HSV(B) 60º 0.9% 0.86% -
XYZ 54.68 65.78 10.52 -
YUV 196.43 29 144.1 -
System Red Green Blue C M Y K H S L
Decimal 219 219 21 0 0 0.90 0.14 60 0.83 0.47
Hex DB DB 15 0 0 5A E 3C 52 2F
Octal 333 333 25 0 0 132 16 74 122 57
Binary 11011011 11011011 10101 0 0 1011010 1110 111100 1010010 101111

Color Harmonies of #DBDB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB15

Black with #DBDB15

Text Example


Text Example

White with #DBDB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB15; }

 p { color: rgb(219,219,21); }

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

background-color css

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

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

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

border-color css

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

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

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