Html Css Color HEX #D9DA0E Barberry

📋 copy color: '#D9DA0E'

red 217 ◦ green 218 ◦ blue 14

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

Shades of Barberry #D9DA0E

Tints of Barberry #D9DA0E

RGB

 RED value IS 217 (85.16% from 255) = 48.33%

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 14 (5.86% from 255) = 3.12%

R = 48.33%
G = 48.55%
B = 3.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9DA0E (or 0xD9DA0E) is known color: Barberry. HEX triplet: D9, DA and 0E. RGB value is (217,218,14). Sum of RGB (Red+Green+Blue) = 217+218+14=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DA0E is #2625F1. Grayscale: #C3C3C3. Windows color (decimal): -2500082 or 973529. OLE color: 973529.

HSL color Cylindrical-coordinate representation of color #D9DA0E: hue angle of 60.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9DA0E is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 14 -
CMYK 0.00 0 0.94 0.15
HSL 60.29º 0.88% 0.45% -
HSV(B) 60.29º 0.94% 0.85% -
XYZ 53.77 64.93 10.11 -
YUV 194.45 26.17 144.09 -
System Red Green Blue C M Y K H S L
Decimal 217 218 14 0.00 0 0.94 0.15 60.29 0.88 0.45
Hex D9 DA E 0 0 5E F 3C 58 2D
Octal 331 332 16 0 0 136 17 74 130 55
Binary 11011001 11011010 1110 0 0 1011110 1111 111100 1011000 101101

Color Harmonies of #D9DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA0E

Black with #D9DA0E

Text Example


Text Example

White with #D9DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA0E; }

 p { color: rgb(217,218,14); }

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

background-color css

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

 a { background-color: rgb(217,218,14); }

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

border-color css

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

 span { border-color: rgb(217,218,14); }

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