Html Css Color HEX #DDD50E Barberry

📋 copy color: '#DDD50E'

red 221 ◦ green 213 ◦ blue 14

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

Shades of Barberry #DDD50E

Tints of Barberry #DDD50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.54%

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

R = 49.33%
G = 47.54%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD50E (or 0xDDD50E) is known color: Barberry. HEX triplet: DD, D5 and 0E. RGB value is (221,213,14). Sum of RGB (Red+Green+Blue) = 221+213+14=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD50E is #222AF1. Grayscale: #C1C1C1. Windows color (decimal): -2239218 or 972253. OLE color: 972253.

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

Color convert

RGB 221 213 14 -
CMYK 0 0.04 0.94 0.13
HSL 57.68º 0.88% 0.46% -
HSV(B) 57.68º 0.94% 0.87% -
XYZ 53.69 62.99 9.74 -
YUV 192.71 27.15 148.18 -
System Red Green Blue C M Y K H S L
Decimal 221 213 14 0 0.04 0.94 0.13 57.68 0.88 0.46
Hex DD D5 E 0 4 5E D 3A 58 2E
Octal 335 325 16 0 4 136 15 72 130 56
Binary 11011101 11010101 1110 0 100 1011110 1101 111010 1011000 101110

Color Harmonies of #DDD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD50E

Black with #DDD50E

Text Example


Text Example

White with #DDD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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