Html Css Color HEX #DBD416 Barberry

📋 copy color: '#DBD416'

red 219 ◦ green 212 ◦ blue 22

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

Shades of Barberry #DBD416

Tints of Barberry #DBD416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 48.34%
G = 46.8%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD416 (or 0xDBD416) is known color: Barberry. HEX triplet: DB, D4 and 16. RGB value is (219,212,22). Sum of RGB (Red+Green+Blue) = 219+212+22=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD416 is #242BE9. Grayscale: #C1C1C1. Windows color (decimal): -2370538 or 1496283. OLE color: 1496283.

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

Color convert

RGB 219 212 22 -
CMYK 0 0.03 0.90 0.14
HSL 57.87º 0.82% 0.47% -
HSV(B) 57.87º 0.9% 0.86% -
XYZ 52.9 62.2 9.98 -
YUV 192.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 219 212 22 0 0.03 0.90 0.14 57.87 0.82 0.47
Hex DB D4 16 0 3 5A E 3A 52 2F
Octal 333 324 26 0 3 132 16 72 122 57
Binary 11011011 11010100 10110 0 11 1011010 1110 111010 1010010 101111

Color Harmonies of #DBD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD416

Black with #DBD416

Text Example


Text Example

White with #DBD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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