Html Css Color HEX #DBDF0F Barberry

📋 copy color: '#DBDF0F'

red 219 ◦ green 223 ◦ blue 15

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

Shades of Barberry #DBDF0F

Tints of Barberry #DBDF0F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 47.92%
G = 48.8%
B = 3.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DBDF0F (or 0xDBDF0F) is known color: Barberry. HEX triplet: DB, DF and 0F. RGB value is (219,223,15). Sum of RGB (Red+Green+Blue) = 219+223+15=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDF0F is #2420F0. Grayscale: #C6C6C6. Windows color (decimal): -2367729 or 1040347. OLE color: 1040347.

HSL color Cylindrical-coordinate representation of color #DBDF0F: hue angle of 61.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBDF0F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 15 -
CMYK 0.02 0 0.93 0.13
HSL 61.15º 0.87% 0.47% -
HSV(B) 61.15º 0.93% 0.87% -
XYZ 55.69 67.87 10.62 -
YUV 198.09 24.67 142.91 -
System Red Green Blue C M Y K H S L
Decimal 219 223 15 0.02 0 0.93 0.13 61.15 0.87 0.47
Hex DB DF F 2 0 5D D 3D 57 2F
Octal 333 337 17 2 0 135 15 75 127 57
Binary 11011011 11011111 1111 10 0 1011101 1101 111101 1010111 101111

Color Harmonies of #DBDF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF0F

Black with #DBDF0F

Text Example


Text Example

White with #DBDF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF0F; }

 p { color: rgb(219,223,15); }

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

background-color css

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

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

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

border-color css

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

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

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