Html Css Color HEX #DBD212 Barberry

📋 copy color: '#DBD212'

red 219 ◦ green 210 ◦ blue 18

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

Shades of Barberry #DBD212

Tints of Barberry #DBD212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

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

R = 48.99%
G = 46.98%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBD212 (or 0xDBD212) is known color: Barberry. HEX triplet: DB, D2 and 12. RGB value is (219,210,18). Sum of RGB (Red+Green+Blue) = 219+210+18=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD212 is #242DED. Grayscale: #BFBFBF. Windows color (decimal): -2371054 or 1233627. OLE color: 1233627.

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

Color convert

RGB 219 210 18 -
CMYK 0 0.04 0.92 0.14
HSL 57.31º 0.85% 0.46% -
HSV(B) 57.31º 0.92% 0.86% -
XYZ 52.37 61.2 9.62 -
YUV 190.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 219 210 18 0 0.04 0.92 0.14 57.31 0.85 0.46
Hex DB D2 12 0 4 5C E 39 55 2E
Octal 333 322 22 0 4 134 16 71 125 56
Binary 11011011 11010010 10010 0 100 1011100 1110 111001 1010101 101110

Color Harmonies of #DBD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD212

Black with #DBD212

Text Example


Text Example

White with #DBD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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