Html Css Color HEX #DBDD0E Barberry

📋 copy color: '#DBDD0E'

red 219 ◦ green 221 ◦ blue 14

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

Shades of Barberry #DBDD0E

Tints of Barberry #DBDD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.68%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 48.24%
G = 48.68%
B = 3.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DBDD0E (or 0xDBDD0E) is known color: Barberry. HEX triplet: DB, DD and 0E. RGB value is (219,221,14). Sum of RGB (Red+Green+Blue) = 219+221+14=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD0E is #2422F1. Grayscale: #C5C5C5. Windows color (decimal): -2368242 or 974299. OLE color: 974299.

HSL color Cylindrical-coordinate representation of color #DBDD0E: hue angle of 60.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBDD0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 14 -
CMYK 0.01 0 0.94 0.13
HSL 60.58º 0.88% 0.46% -
HSV(B) 60.58º 0.94% 0.87% -
XYZ 55.15 66.8 10.4 -
YUV 196.8 24.84 143.83 -
System Red Green Blue C M Y K H S L
Decimal 219 221 14 0.01 0 0.94 0.13 60.58 0.88 0.46
Hex DB DD E 1 0 5E D 3D 58 2E
Octal 333 335 16 1 0 136 15 75 130 56
Binary 11011011 11011101 1110 1 0 1011110 1101 111101 1011000 101110

Color Harmonies of #DBDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD0E

Black with #DBDD0E

Text Example


Text Example

White with #DBDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD0E; }

 p { color: rgb(219,221,14); }

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

background-color css

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

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

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

border-color css

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

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

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