Html Css Color HEX #DBDB14 Barberry

📋 copy color: '#DBDB14'

red 219 ◦ green 219 ◦ blue 20

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

Shades of Barberry #DBDB14

Tints of Barberry #DBDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.82%

 BLUE value IS 20 (8.2% from 255) = 4.37%

R = 47.82%
G = 47.82%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBDB14 (or 0xDBDB14) is known color: Barberry. HEX triplet: DB, DB and 14. RGB value is (219,219,20). Sum of RGB (Red+Green+Blue) = 219+219+20=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB14 is #2424EB. Grayscale: #C5C5C5. Windows color (decimal): -2368748 or 1367003. OLE color: 1367003.

HSL color Cylindrical-coordinate representation of color #DBDB14: hue angle of 60º degrees, saturation: 0.83, 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 #DBDB14 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 20 -
CMYK 0 0 0.91 0.14
HSL 60º 0.83% 0.47% -
HSV(B) 60º 0.91% 0.86% -
XYZ 54.67 65.77 10.48 -
YUV 196.31 28.5 144.18 -
System Red Green Blue C M Y K H S L
Decimal 219 219 20 0 0 0.91 0.14 60 0.83 0.47
Hex DB DB 14 0 0 5B E 3C 53 2F
Octal 333 333 24 0 0 133 16 74 123 57
Binary 11011011 11011011 10100 0 0 1011011 1110 111100 1010011 101111

Color Harmonies of #DBDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB14

Black with #DBDB14

Text Example


Text Example

White with #DBDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB14; }

 p { color: rgb(219,219,20); }

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

background-color css

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

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

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

border-color css

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

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

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