Html Css Color HEX #DDD511 Barberry

📋 copy color: '#DDD511'

red 221 ◦ green 213 ◦ blue 17

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

Shades of Barberry #DDD511

Tints of Barberry #DDD511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.77%

R = 49%
G = 47.23%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD511 (or 0xDDD511) is known color: Barberry. HEX triplet: DD, D5 and 11. RGB value is (221,213,17). Sum of RGB (Red+Green+Blue) = 221+213+17=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD511 is #222AEE. Grayscale: #C1C1C1. Windows color (decimal): -2239215 or 1168861. OLE color: 1168861.

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

Color convert

RGB 221 213 17 -
CMYK 0 0.04 0.92 0.13
HSL 57.65º 0.86% 0.47% -
HSV(B) 57.65º 0.92% 0.87% -
XYZ 53.71 63 9.86 -
YUV 193.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 221 213 17 0 0.04 0.92 0.13 57.65 0.86 0.47
Hex DD D5 11 0 4 5C D 3A 56 2F
Octal 335 325 21 0 4 134 15 72 126 57
Binary 11011101 11010101 10001 0 100 1011100 1101 111010 1010110 101111

Color Harmonies of #DDD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD511

Black with #DDD511

Text Example


Text Example

White with #DDD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD511; }

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

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

background-color css

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

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

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

border-color css

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

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

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