Html Css Color HEX #D9DD0E Barberry

📋 copy color: '#D9DD0E'

red 217 ◦ green 221 ◦ blue 14

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

Shades of Barberry #D9DD0E

Tints of Barberry #D9DD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

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

R = 48.01%
G = 48.89%
B = 3.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#D9DD0E (or 0xD9DD0E) is known color: Barberry. HEX triplet: D9, DD and 0E. RGB value is (217,221,14). Sum of RGB (Red+Green+Blue) = 217+221+14=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DD0E is #2622F1. Grayscale: #C5C5C5. Windows color (decimal): -2499314 or 974297. OLE color: 974297.

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

Color convert

RGB 217 221 14 -
CMYK 0.02 0 0.94 0.13
HSL 61.16º 0.88% 0.46% -
HSV(B) 61.16º 0.94% 0.87% -
XYZ 54.55 66.5 10.38 -
YUV 196.21 25.17 142.83 -
System Red Green Blue C M Y K H S L
Decimal 217 221 14 0.02 0 0.94 0.13 61.16 0.88 0.46
Hex D9 DD E 2 0 5E D 3D 58 2E
Octal 331 335 16 2 0 136 15 75 130 56
Binary 11011001 11011101 1110 10 0 1011110 1101 111101 1011000 101110

Color Harmonies of #D9DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD0E

Black with #D9DD0E

Text Example


Text Example

White with #D9DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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