Html Css Color HEX #DBD80F Barberry

📋 copy color: '#DBD80F'

red 219 ◦ green 216 ◦ blue 15

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

Shades of Barberry #DBD80F

Tints of Barberry #DBD80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48%

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

R = 48.67%
G = 48%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBD80F (or 0xDBD80F) is known color: Barberry. HEX triplet: DB, D8 and 0F. RGB value is (219,216,15). Sum of RGB (Red+Green+Blue) = 219+216+15=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD80F is #2427F0. Grayscale: #C2C2C2. Windows color (decimal): -2369521 or 1038555. OLE color: 1038555.

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

Color convert

RGB 219 216 15 -
CMYK 0 0.01 0.93 0.14
HSL 59.12º 0.87% 0.46% -
HSV(B) 59.12º 0.93% 0.86% -
XYZ 53.86 64.21 10.01 -
YUV 193.98 26.99 145.84 -
System Red Green Blue C M Y K H S L
Decimal 219 216 15 0 0.01 0.93 0.14 59.12 0.87 0.46
Hex DB D8 F 0 1 5D E 3B 57 2E
Octal 333 330 17 0 1 135 16 73 127 56
Binary 11011011 11011000 1111 0 1 1011101 1110 111011 1010111 101110

Color Harmonies of #DBD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD80F

Black with #DBD80F

Text Example


Text Example

White with #DBD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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