Html Css Color HEX #DDD524 Barberry

📋 copy color: '#DDD524'

red 221 ◦ green 213 ◦ blue 36

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

Shades of Barberry #DDD524

Tints of Barberry #DDD524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.66%

R = 47.02%
G = 45.32%
B = 7.66%

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

#DDD524 (or 0xDDD524) is known color: Barberry. HEX triplet: DD, D5 and 24. RGB value is (221,213,36). Sum of RGB (Red+Green+Blue) = 221+213+36=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD524 is #222ADB. Grayscale: #C3C3C3. Windows color (decimal): -2239196 or 2414045. OLE color: 2414045.

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

Color convert

RGB 221 213 36 -
CMYK 0 0.04 0.84 0.13
HSL 57.41º 0.73% 0.5% -
HSV(B) 57.41º 0.84% 0.87% -
XYZ 53.93 63.09 11 -
YUV 195.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 221 213 36 0 0.04 0.84 0.13 57.41 0.73 0.5
Hex DD D5 24 0 4 54 D 39 49 32
Octal 335 325 44 0 4 124 15 71 111 62
Binary 11011101 11010101 100100 0 100 1010100 1101 111001 1001001 110010

Color Harmonies of #DDD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD524

Black with #DDD524

Text Example


Text Example

White with #DDD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD524; }

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

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

background-color css

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

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

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

border-color css

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

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

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