Html Css Color HEX #DDD523 Barberry

📋 copy color: '#DDD523'

red 221 ◦ green 213 ◦ blue 35

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

Shades of Barberry #DDD523

Tints of Barberry #DDD523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 47.12%
G = 45.42%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDD523 (or 0xDDD523) is known color: Barberry. HEX triplet: DD, D5 and 23. RGB value is (221,213,35). Sum of RGB (Red+Green+Blue) = 221+213+35=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD523 is #222ADC. Grayscale: #C3C3C3. Windows color (decimal): -2239197 or 2348509. OLE color: 2348509.

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

Color convert

RGB 221 213 35 -
CMYK 0 0.04 0.84 0.13
HSL 57.42º 0.73% 0.5% -
HSV(B) 57.42º 0.84% 0.87% -
XYZ 53.92 63.08 10.92 -
YUV 195.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 221 213 35 0 0.04 0.84 0.13 57.42 0.73 0.5
Hex DD D5 23 0 4 54 D 39 49 32
Octal 335 325 43 0 4 124 15 71 111 62
Binary 11011101 11010101 100011 0 100 1010100 1101 111001 1001001 110010

Color Harmonies of #DDD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD523

Black with #DDD523

Text Example


Text Example

White with #DDD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD523; }

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

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

background-color css

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

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

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

border-color css

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

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

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