Html Css Color HEX #DBDD0A Barberry

📋 copy color: '#DBDD0A'

red 219 ◦ green 221 ◦ blue 10

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

Shades of Barberry #DBDD0A

Tints of Barberry #DBDD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 48.67%
G = 49.11%
B = 2.22%

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

#DBDD0A (or 0xDBDD0A) is known color: Barberry. HEX triplet: DB, DD and 0A. RGB value is (219,221,10). Sum of RGB (Red+Green+Blue) = 219+221+10=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD0A is #2422F5. Grayscale: #C5C5C5. Windows color (decimal): -2368246 or 712155. OLE color: 712155.

HSL color Cylindrical-coordinate representation of color #DBDD0A: 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 #DBDD0A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 10 -
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.12 66.79 10.27 -
YUV 196.35 22.84 144.16 -
System Red Green Blue C M Y K H S L
Decimal 219 221 10 0.01 0 0.95 0.13 60.57 0.91 0.45
Hex DB DD A 1 0 5F D 3D 5B 2D
Octal 333 335 12 1 0 137 15 75 133 55
Binary 11011011 11011101 1010 1 0 1011111 1101 111101 1011011 101101

Color Harmonies of #DBDD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD0A

Black with #DBDD0A

Text Example


Text Example

White with #DBDD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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