Html Css Color HEX #DDD513 Barberry

📋 copy color: '#DDD513'

red 221 ◦ green 213 ◦ blue 19

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

Shades of Barberry #DDD513

Tints of Barberry #DDD513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

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

R = 48.79%
G = 47.02%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDD513 (or 0xDDD513) is known color: Barberry. HEX triplet: DD, D5 and 13. RGB value is (221,213,19). Sum of RGB (Red+Green+Blue) = 221+213+19=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD513 is #222AEC. Grayscale: #C2C2C2. Windows color (decimal): -2239213 or 1299933. OLE color: 1299933.

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

Color convert

RGB 221 213 19 -
CMYK 0 0.04 0.91 0.13
HSL 57.62º 0.84% 0.47% -
HSV(B) 57.62º 0.91% 0.87% -
XYZ 53.73 63.01 9.95 -
YUV 193.28 29.65 147.77 -
System Red Green Blue C M Y K H S L
Decimal 221 213 19 0 0.04 0.91 0.13 57.62 0.84 0.47
Hex DD D5 13 0 4 5B D 3A 54 2F
Octal 335 325 23 0 4 133 15 72 124 57
Binary 11011101 11010101 10011 0 100 1011011 1101 111010 1010100 101111

Color Harmonies of #DDD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD513

Black with #DDD513

Text Example


Text Example

White with #DDD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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