Html Css Color HEX #DBDB09 Barberry

📋 copy color: '#DBDB09'

red 219 ◦ green 219 ◦ blue 9

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

Shades of Barberry #DBDB09

Tints of Barberry #DBDB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

 BLUE value IS 9 (3.91% from 255) = 2.01%

R = 48.99%
G = 48.99%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBDB09 (or 0xDBDB09) is known color: Barberry. HEX triplet: DB, DB and 09. RGB value is (219,219,9). Sum of RGB (Red+Green+Blue) = 219+219+9=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB09 is #2424F6. Grayscale: #C3C3C3. Windows color (decimal): -2368759 or 646107. OLE color: 646107.

HSL color Cylindrical-coordinate representation of color #DBDB09: hue angle of 60º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBDB09 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 9 -
CMYK 0 0 0.96 0.14
HSL 60º 0.92% 0.45% -
HSV(B) 60º 0.96% 0.86% -
XYZ 54.59 65.74 10.07 -
YUV 195.06 23 145.08 -
System Red Green Blue C M Y K H S L
Decimal 219 219 9 0 0 0.96 0.14 60 0.92 0.45
Hex DB DB 9 0 0 60 E 3C 5C 2D
Octal 333 333 11 0 0 140 16 74 134 55
Binary 11011011 11011011 1001 0 0 1100000 1110 111100 1011100 101101

Color Harmonies of #DBDB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB09

Black with #DBDB09

Text Example


Text Example

White with #DBDB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB09; }

 p { color: rgb(219,219,9); }

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

background-color css

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

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

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

border-color css

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

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

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