Html Css Color HEX #DDDD17 Barberry

📋 copy color: '#DDDD17'

red 221 ◦ green 221 ◦ blue 23

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

Shades of Barberry #DDDD17

Tints of Barberry #DDDD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.53%

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

R = 47.53%
G = 47.53%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDDD17 (or 0xDDDD17) is known color: Barberry. HEX triplet: DD, DD and 17. RGB value is (221,221,23). Sum of RGB (Red+Green+Blue) = 221+221+23=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 23 (9.38% from 255 or 4.95% from 465); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD17 is #2222E8. Grayscale: #C7C7C7. Windows color (decimal): -2237161 or 1564125. OLE color: 1564125.

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

Color convert

RGB 221 221 23 -
CMYK 0 0 0.90 0.13
HSL 60º 0.81% 0.48% -
HSV(B) 60º 0.9% 0.87% -
XYZ 55.83 67.15 10.83 -
YUV 198.43 29 144.1 -
System Red Green Blue C M Y K H S L
Decimal 221 221 23 0 0 0.90 0.13 60 0.81 0.48
Hex DD DD 17 0 0 5A D 3C 51 30
Octal 335 335 27 0 0 132 15 74 121 60
Binary 11011101 11011101 10111 0 0 1011010 1101 111100 1010001 110000

Color Harmonies of #DDDD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD17

Black with #DDDD17

Text Example


Text Example

White with #DDDD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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