Html Css Color HEX #D0DD0E Barberry

📋 copy color: '#D0DD0E'

red 208 ◦ green 221 ◦ blue 14

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

Shades of Barberry #D0DD0E

Tints of Barberry #D0DD0E

RGB

 RED value IS 208 (81.64% from 255) = 46.95%

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

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

R = 46.95%
G = 49.89%
B = 3.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#D0DD0E (or 0xD0DD0E) is known color: Barberry. HEX triplet: D0, DD and 0E. RGB value is (208,221,14). Sum of RGB (Red+Green+Blue) = 208+221+14=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DD0E is #2F22F1. Grayscale: #C2C2C2. Windows color (decimal): -3089138 or 974288. OLE color: 974288.

HSL color Cylindrical-coordinate representation of color #D0DD0E: hue angle of 63.77º 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 #D0DD0E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 14 -
CMYK 0.06 0 0.94 0.13
HSL 63.77º 0.88% 0.46% -
HSV(B) 63.77º 0.94% 0.87% -
XYZ 51.95 65.15 10.25 -
YUV 193.52 26.69 138.33 -
System Red Green Blue C M Y K H S L
Decimal 208 221 14 0.06 0 0.94 0.13 63.77 0.88 0.46
Hex D0 DD E 6 0 5E D 40 58 2E
Octal 320 335 16 6 0 136 15 100 130 56
Binary 11010000 11011101 1110 110 0 1011110 1101 1000000 1011000 101110

Color Harmonies of #D0DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD0E

Black with #D0DD0E

Text Example


Text Example

White with #D0DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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