Html Css Color HEX #DDD818 Barberry

📋 copy color: '#DDD818'

red 221 ◦ green 216 ◦ blue 24

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

Shades of Barberry #DDD818

Tints of Barberry #DDD818

RGB

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

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

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

R = 47.94%
G = 46.85%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD818 (or 0xDDD818) is known color: Barberry. HEX triplet: DD, D8 and 18. RGB value is (221,216,24). Sum of RGB (Red+Green+Blue) = 221+216+24=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD818 is #2227E7. Grayscale: #C4C4C4. Windows color (decimal): -2238440 or 1628381. OLE color: 1628381.

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

Color convert

RGB 221 216 24 -
CMYK 0 0.02 0.89 0.13
HSL 58.48º 0.8% 0.48% -
HSV(B) 58.48º 0.89% 0.87% -
XYZ 54.54 64.55 10.45 -
YUV 195.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 221 216 24 0 0.02 0.89 0.13 58.48 0.8 0.48
Hex DD D8 18 0 2 59 D 3A 50 30
Octal 335 330 30 0 2 131 15 72 120 60
Binary 11011101 11011000 11000 0 10 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD818

Black with #DDD818

Text Example


Text Example

White with #DDD818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD818; }

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

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

background-color css

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

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

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

border-color css

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

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

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