Html Css Color HEX #DDDD13 Barberry

📋 copy color: '#DDDD13'

red 221 ◦ green 221 ◦ blue 19

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

Shades of Barberry #DDDD13

Tints of Barberry #DDDD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 47.94%
G = 47.94%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDDD13 (or 0xDDDD13) is known color: Barberry. HEX triplet: DD, DD and 13. RGB value is (221,221,19). Sum of RGB (Red+Green+Blue) = 221+221+19=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD13 is #2222EC. Grayscale: #C6C6C6. Windows color (decimal): -2237165 or 1301981. OLE color: 1301981.

HSL color Cylindrical-coordinate representation of color #DDDD13: hue angle of 60º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDDD13 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 19 -
CMYK 0 0 0.91 0.13
HSL 60º 0.84% 0.47% -
HSV(B) 60º 0.91% 0.87% -
XYZ 55.79 67.13 10.63 -
YUV 197.97 27 144.43 -
System Red Green Blue C M Y K H S L
Decimal 221 221 19 0 0 0.91 0.13 60 0.84 0.47
Hex DD DD 13 0 0 5B D 3C 54 2F
Octal 335 335 23 0 0 133 15 74 124 57
Binary 11011101 11011101 10011 0 0 1011011 1101 111100 1010100 101111

Color Harmonies of #DDDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD13

Black with #DDDD13

Text Example


Text Example

White with #DDDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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