Html Css Color HEX #DDD918 Barberry

📋 copy color: '#DDD918'

red 221 ◦ green 217 ◦ blue 24

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

Shades of Barberry #DDD918

Tints of Barberry #DDD918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.97%

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

R = 47.84%
G = 46.97%
B = 5.19%

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

#DDD918 (or 0xDDD918) is known color: Barberry. HEX triplet: DD, D9 and 18. RGB value is (221,217,24). Sum of RGB (Red+Green+Blue) = 221+217+24=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD918 is #2226E7. Grayscale: #C4C4C4. Windows color (decimal): -2238184 or 1628637. OLE color: 1628637.

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

Color convert

RGB 221 217 24 -
CMYK 0 0.02 0.89 0.13
HSL 58.78º 0.8% 0.48% -
HSV(B) 58.78º 0.89% 0.87% -
XYZ 54.8 65.06 10.53 -
YUV 196.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 221 217 24 0 0.02 0.89 0.13 58.78 0.8 0.48
Hex DD D9 18 0 2 59 D 3B 50 30
Octal 335 331 30 0 2 131 15 73 120 60
Binary 11011101 11011001 11000 0 10 1011001 1101 111011 1010000 110000

Color Harmonies of #DDD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD918

Black with #DDD918

Text Example


Text Example

White with #DDD918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD918; }

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

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

background-color css

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

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

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

border-color css

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

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

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