Html Css Color HEX #DDD613 Barberry

📋 copy color: '#DDD613'

red 221 ◦ green 214 ◦ blue 19

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

Shades of Barberry #DDD613

Tints of Barberry #DDD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 48.68%
G = 47.14%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD613 (or 0xDDD613) is known color: Barberry. HEX triplet: DD, D6 and 13. RGB value is (221,214,19). Sum of RGB (Red+Green+Blue) = 221+214+19=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD613 is #2229EC. Grayscale: #C2C2C2. Windows color (decimal): -2238957 or 1300189. OLE color: 1300189.

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

Color convert

RGB 221 214 19 -
CMYK 0 0.03 0.91 0.13
HSL 57.92º 0.84% 0.47% -
HSV(B) 57.92º 0.91% 0.87% -
XYZ 53.98 63.51 10.03 -
YUV 193.86 29.32 147.36 -
System Red Green Blue C M Y K H S L
Decimal 221 214 19 0 0.03 0.91 0.13 57.92 0.84 0.47
Hex DD D6 13 0 3 5B D 3A 54 2F
Octal 335 326 23 0 3 133 15 72 124 57
Binary 11011101 11010110 10011 0 11 1011011 1101 111010 1010100 101111

Color Harmonies of #DDD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD613

Black with #DDD613

Text Example


Text Example

White with #DDD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD613; }

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

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

background-color css

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

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

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

border-color css

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

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

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