Html Css Color HEX #D8DB0F Barberry

📋 copy color: '#D8DB0F'

red 216 ◦ green 219 ◦ blue 15

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

Shades of Barberry #D8DB0F

Tints of Barberry #D8DB0F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D8DB0F: hue angle of 60.88º 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 #D8DB0F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 15 -
CMYK 0.01 0 0.93 0.14
HSL 60.88º 0.87% 0.46% -
HSV(B) 60.88º 0.93% 0.86% -
XYZ 53.74 65.3 10.22 -
YUV 194.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 216 219 15 0.01 0 0.93 0.14 60.88 0.87 0.46
Hex D8 DB F 1 0 5D E 3D 57 2E
Octal 330 333 17 1 0 135 16 75 127 56
Binary 11011000 11011011 1111 1 0 1011101 1110 111101 1010111 101110

Color Harmonies of #D8DB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB0F

Black with #D8DB0F

Text Example


Text Example

White with #D8DB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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