Html Css Color HEX #DDD114 Barberry

📋 copy color: '#DDD114'

red 221 ◦ green 209 ◦ blue 20

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

Shades of Barberry #DDD114

Tints of Barberry #DDD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 20 (8.2% from 255) = 4.44%

R = 49.11%
G = 46.44%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD114 (or 0xDDD114) is known color: Barberry. HEX triplet: DD, D1 and 14. RGB value is (221,209,20). Sum of RGB (Red+Green+Blue) = 221+209+20=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD114 is #222EEB. Grayscale: #BFBFBF. Windows color (decimal): -2240236 or 1364445. OLE color: 1364445.

HSL color Cylindrical-coordinate representation of color #DDD114: hue angle of 56.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDD114 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 20 -
CMYK 0 0.05 0.91 0.13
HSL 56.42º 0.83% 0.47% -
HSV(B) 56.42º 0.91% 0.87% -
XYZ 52.75 61.02 9.66 -
YUV 191.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 221 209 20 0 0.05 0.91 0.13 56.42 0.83 0.47
Hex DD D1 14 0 5 5B D 38 53 2F
Octal 335 321 24 0 5 133 15 70 123 57
Binary 11011101 11010001 10100 0 101 1011011 1101 111000 1010011 101111

Color Harmonies of #DDD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD114

Black with #DDD114

Text Example


Text Example

White with #DDD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD114; }

 p { color: rgb(221,209,20); }

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

background-color css

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

 a { background-color: rgb(221,209,20); }

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

border-color css

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

 span { border-color: rgb(221,209,20); }

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