Html Css Color HEX #DDD118 Barberry

📋 copy color: '#DDD118'

red 221 ◦ green 209 ◦ blue 24

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

Shades of Barberry #DDD118

Tints of Barberry #DDD118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.29%

R = 48.68%
G = 46.04%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD118 (or 0xDDD118) is known color: Barberry. HEX triplet: DD, D1 and 18. RGB value is (221,209,24). Sum of RGB (Red+Green+Blue) = 221+209+24=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD118 is #222EE7. Grayscale: #C0C0C0. Windows color (decimal): -2240232 or 1626589. OLE color: 1626589.

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

Color convert

RGB 221 209 24 -
CMYK 0 0.05 0.89 0.13
HSL 56.35º 0.8% 0.48% -
HSV(B) 56.35º 0.89% 0.87% -
XYZ 52.78 61.04 9.86 -
YUV 191.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 221 209 24 0 0.05 0.89 0.13 56.35 0.8 0.48
Hex DD D1 18 0 5 59 D 38 50 30
Octal 335 321 30 0 5 131 15 70 120 60
Binary 11011101 11010001 11000 0 101 1011001 1101 111000 1010000 110000

Color Harmonies of #DDD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD118

Black with #DDD118

Text Example


Text Example

White with #DDD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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