Html Css Color HEX #DBDA1D Barberry

📋 copy color: '#DBDA1D'

red 219 ◦ green 218 ◦ blue 29

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

Shades of Barberry #DBDA1D

Tints of Barberry #DBDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.22%

R = 47%
G = 46.78%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBDA1D (or 0xDBDA1D) is known color: Barberry. HEX triplet: DB, DA and 1D. RGB value is (219,218,29). Sum of RGB (Red+Green+Blue) = 219+218+29=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA1D is #2425E2. Grayscale: #C5C5C5. Windows color (decimal): -2368995 or 1956571. OLE color: 1956571.

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

Color convert

RGB 219 218 29 -
CMYK 0 0.00 0.87 0.14
HSL 59.68º 0.77% 0.49% -
HSV(B) 59.68º 0.87% 0.86% -
XYZ 54.51 65.29 10.89 -
YUV 196.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 219 218 29 0 0.00 0.87 0.14 59.68 0.77 0.49
Hex DB DA 1D 0 0 57 E 3C 4D 31
Octal 333 332 35 0 0 127 16 74 115 61
Binary 11011011 11011010 11101 0 0 1010111 1110 111100 1001101 110001

Color Harmonies of #DBDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA1D

Black with #DBDA1D

Text Example


Text Example

White with #DBDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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