Html Css Color HEX #DBDA14 Barberry

📋 copy color: '#DBDA14'

red 219 ◦ green 218 ◦ blue 20

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

Shades of Barberry #DBDA14

Tints of Barberry #DBDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 47.92%
G = 47.7%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBDA14 (or 0xDBDA14) is known color: Barberry. HEX triplet: DB, DA and 14. RGB value is (219,218,20). Sum of RGB (Red+Green+Blue) = 219+218+20=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA14 is #2425EB. Grayscale: #C4C4C4. Windows color (decimal): -2369004 or 1366747. OLE color: 1366747.

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

Color convert

RGB 219 218 20 -
CMYK 0 0.00 0.91 0.14
HSL 59.7º 0.83% 0.47% -
HSV(B) 59.7º 0.91% 0.86% -
XYZ 54.41 65.25 10.39 -
YUV 195.73 28.83 144.6 -
System Red Green Blue C M Y K H S L
Decimal 219 218 20 0 0.00 0.91 0.14 59.7 0.83 0.47
Hex DB DA 14 0 0 5B E 3C 53 2F
Octal 333 332 24 0 0 133 16 74 123 57
Binary 11011011 11011010 10100 0 0 1011011 1110 111100 1010011 101111

Color Harmonies of #DBDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA14

Black with #DBDA14

Text Example


Text Example

White with #DBDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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