Html Css Color HEX #DBDD0B Barberry

📋 copy color: '#DBDD0B'

red 219 ◦ green 221 ◦ blue 11

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

Shades of Barberry #DBDD0B

Tints of Barberry #DBDD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 48.56%
G = 49%
B = 2.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DBDD0B (or 0xDBDD0B) is known color: Barberry. HEX triplet: DB, DD and 0B. RGB value is (219,221,11). Sum of RGB (Red+Green+Blue) = 219+221+11=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD0B is #2422F4. Grayscale: #C5C5C5. Windows color (decimal): -2368245 or 777691. OLE color: 777691.

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

Color convert

RGB 219 221 11 -
CMYK 0.01 0 0.95 0.13
HSL 60.57º 0.91% 0.45% -
HSV(B) 60.57º 0.95% 0.87% -
XYZ 55.13 66.8 10.3 -
YUV 196.46 23.34 144.08 -
System Red Green Blue C M Y K H S L
Decimal 219 221 11 0.01 0 0.95 0.13 60.57 0.91 0.45
Hex DB DD B 1 0 5F D 3D 5B 2D
Octal 333 335 13 1 0 137 15 75 133 55
Binary 11011011 11011101 1011 1 0 1011111 1101 111101 1011011 101101

Color Harmonies of #DBDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD0B

Black with #DBDD0B

Text Example


Text Example

White with #DBDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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