Html Css Color HEX #DBD412 Barberry

📋 copy color: '#DBD412'

red 219 ◦ green 212 ◦ blue 18

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

Shades of Barberry #DBD412

Tints of Barberry #DBD412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 48.78%
G = 47.22%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBD412 (or 0xDBD412) is known color: Barberry. HEX triplet: DB, D4 and 12. RGB value is (219,212,18). Sum of RGB (Red+Green+Blue) = 219+212+18=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD412 is #242BED. Grayscale: #C0C0C0. Windows color (decimal): -2370542 or 1234139. OLE color: 1234139.

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

Color convert

RGB 219 212 18 -
CMYK 0 0.03 0.92 0.14
HSL 57.91º 0.85% 0.46% -
HSV(B) 57.91º 0.92% 0.86% -
XYZ 52.87 62.19 9.79 -
YUV 191.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 219 212 18 0 0.03 0.92 0.14 57.91 0.85 0.46
Hex DB D4 12 0 3 5C E 3A 55 2E
Octal 333 324 22 0 3 134 16 72 125 56
Binary 11011011 11010100 10010 0 11 1011100 1110 111010 1010101 101110

Color Harmonies of #DBD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD412

Black with #DBD412

Text Example


Text Example

White with #DBD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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