Html Css Color HEX #DDD917 Barberry

📋 copy color: '#DDD917'

red 221 ◦ green 217 ◦ blue 23

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

Shades of Barberry #DDD917

Tints of Barberry #DDD917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.99%

R = 47.94%
G = 47.07%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD917 (or 0xDDD917) is known color: Barberry. HEX triplet: DD, D9 and 17. RGB value is (221,217,23). Sum of RGB (Red+Green+Blue) = 221+217+23=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD917 is #2226E8. Grayscale: #C4C4C4. Windows color (decimal): -2238185 or 1563101. OLE color: 1563101.

HSL color Cylindrical-coordinate representation of color #DDD917: hue angle of 58.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD917 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 23 -
CMYK 0 0.02 0.90 0.13
HSL 58.79º 0.81% 0.48% -
HSV(B) 58.79º 0.9% 0.87% -
XYZ 54.79 65.06 10.48 -
YUV 196.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 221 217 23 0 0.02 0.90 0.13 58.79 0.81 0.48
Hex DD D9 17 0 2 5A D 3B 51 30
Octal 335 331 27 0 2 132 15 73 121 60
Binary 11011101 11011001 10111 0 10 1011010 1101 111011 1010001 110000

Color Harmonies of #DDD917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD917

Black with #DDD917

Text Example


Text Example

White with #DDD917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD917; }

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

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

background-color css

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

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

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

border-color css

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

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

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