Html Css Color HEX #DDD80E Barberry

📋 copy color: '#DDD80E'

red 221 ◦ green 216 ◦ blue 14

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

Shades of Barberry #DDD80E

Tints of Barberry #DDD80E

RGB

 RED value IS 221 (86.72% from 255) = 49%

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

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

R = 49%
G = 47.89%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD80E (or 0xDDD80E) is known color: Barberry. HEX triplet: DD, D8 and 0E. RGB value is (221,216,14). Sum of RGB (Red+Green+Blue) = 221+216+14=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD80E is #2227F1. Grayscale: #C3C3C3. Windows color (decimal): -2238450 or 973021. OLE color: 973021.

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

Color convert

RGB 221 216 14 -
CMYK 0 0.02 0.94 0.13
HSL 58.55º 0.88% 0.46% -
HSV(B) 58.55º 0.94% 0.87% -
XYZ 54.45 64.52 10 -
YUV 194.47 26.16 146.93 -
System Red Green Blue C M Y K H S L
Decimal 221 216 14 0 0.02 0.94 0.13 58.55 0.88 0.46
Hex DD D8 E 0 2 5E D 3B 58 2E
Octal 335 330 16 0 2 136 15 73 130 56
Binary 11011101 11011000 1110 0 10 1011110 1101 111011 1011000 101110

Color Harmonies of #DDD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD80E

Black with #DDD80E

Text Example


Text Example

White with #DDD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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