Html Css Color HEX #DBD51C Barberry

📋 copy color: '#DBD51C'

red 219 ◦ green 213 ◦ blue 28

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

Shades of Barberry #DBD51C

Tints of Barberry #DBD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.09%

R = 47.61%
G = 46.3%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBD51C (or 0xDBD51C) is known color: Barberry. HEX triplet: DB, D5 and 1C. RGB value is (219,213,28). Sum of RGB (Red+Green+Blue) = 219+213+28=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD51C is #242AE3. Grayscale: #C2C2C2. Windows color (decimal): -2370276 or 1889755. OLE color: 1889755.

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

Color convert

RGB 219 213 28 -
CMYK 0 0.03 0.87 0.14
HSL 58.12º 0.77% 0.48% -
HSV(B) 58.12º 0.87% 0.86% -
XYZ 53.22 62.73 10.4 -
YUV 193.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 219 213 28 0 0.03 0.87 0.14 58.12 0.77 0.48
Hex DB D5 1C 0 3 57 E 3A 4D 30
Octal 333 325 34 0 3 127 16 72 115 60
Binary 11011011 11010101 11100 0 11 1010111 1110 111010 1001101 110000

Color Harmonies of #DBD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD51C

Black with #DBD51C

Text Example


Text Example

White with #DBD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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