Html Css Color HEX #DBD417 Barberry

📋 copy color: '#DBD417'

red 219 ◦ green 212 ◦ blue 23

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

Shades of Barberry #DBD417

Tints of Barberry #DBD417

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.7%

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

R = 48.24%
G = 46.7%
B = 5.07%

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

#DBD417 (or 0xDBD417) is known color: Barberry. HEX triplet: DB, D4 and 17. RGB value is (219,212,23). Sum of RGB (Red+Green+Blue) = 219+212+23=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD417 is #242BE8. Grayscale: #C1C1C1. Windows color (decimal): -2370537 or 1561819. OLE color: 1561819.

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

Color convert

RGB 219 212 23 -
CMYK 0 0.03 0.89 0.14
HSL 57.86º 0.81% 0.47% -
HSV(B) 57.86º 0.89% 0.86% -
XYZ 52.91 62.21 10.03 -
YUV 192.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 219 212 23 0 0.03 0.89 0.14 57.86 0.81 0.47
Hex DB D4 17 0 3 59 E 3A 51 2F
Octal 333 324 27 0 3 131 16 72 121 57
Binary 11011011 11010100 10111 0 11 1011001 1110 111010 1010001 101111

Color Harmonies of #DBD417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD417

Black with #DBD417

Text Example


Text Example

White with #DBD417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD417; }

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

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

background-color css

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

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

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

border-color css

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

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

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