Html Css Color HEX #DBD413 Barberry

📋 copy color: '#DBD413'

red 219 ◦ green 212 ◦ blue 19

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

Shades of Barberry #DBD413

Tints of Barberry #DBD413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 48.67%
G = 47.11%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBD413 (or 0xDBD413) is known color: Barberry. HEX triplet: DB, D4 and 13. RGB value is (219,212,19). Sum of RGB (Red+Green+Blue) = 219+212+19=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD413 is #242BEC. Grayscale: #C0C0C0. Windows color (decimal): -2370541 or 1299675. OLE color: 1299675.

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

Color convert

RGB 219 212 19 -
CMYK 0 0.03 0.91 0.14
HSL 57.9º 0.84% 0.47% -
HSV(B) 57.9º 0.91% 0.86% -
XYZ 52.87 62.19 9.83 -
YUV 192.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 219 212 19 0 0.03 0.91 0.14 57.9 0.84 0.47
Hex DB D4 13 0 3 5B E 3A 54 2F
Octal 333 324 23 0 3 133 16 72 124 57
Binary 11011011 11010100 10011 0 11 1011011 1110 111010 1010100 101111

Color Harmonies of #DBD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD413

Black with #DBD413

Text Example


Text Example

White with #DBD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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