Html Css Color HEX #DBD517 Barberry

📋 copy color: '#DBD517'

red 219 ◦ green 213 ◦ blue 23

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

Shades of Barberry #DBD517

Tints of Barberry #DBD517

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.81%

 BLUE value IS 23 (9.38% from 255) = 5.05%

R = 48.13%
G = 46.81%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBD517 (or 0xDBD517) is known color: Barberry. HEX triplet: DB, D5 and 17. RGB value is (219,213,23). Sum of RGB (Red+Green+Blue) = 219+213+23=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD517 is #242AE8. Grayscale: #C1C1C1. Windows color (decimal): -2370281 or 1562075. OLE color: 1562075.

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

Color convert

RGB 219 213 23 -
CMYK 0 0.03 0.89 0.14
HSL 58.16º 0.81% 0.47% -
HSV(B) 58.16º 0.89% 0.86% -
XYZ 53.16 62.71 10.11 -
YUV 193.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 219 213 23 0 0.03 0.89 0.14 58.16 0.81 0.47
Hex DB D5 17 0 3 59 E 3A 51 2F
Octal 333 325 27 0 3 131 16 72 121 57
Binary 11011011 11010101 10111 0 11 1011001 1110 111010 1010001 101111

Color Harmonies of #DBD517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD517

Black with #DBD517

Text Example


Text Example

White with #DBD517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD517; }

 p { color: rgb(219,213,23); }

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

background-color css

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

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

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

border-color css

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

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

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