Html Css Color HEX #DDD324 Barberry

📋 copy color: '#DDD324'

red 221 ◦ green 211 ◦ blue 36

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

Shades of Barberry #DDD324

Tints of Barberry #DDD324

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 47.22%
G = 45.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDD324 (or 0xDDD324) is known color: Barberry. HEX triplet: DD, D3 and 24. RGB value is (221,211,36). Sum of RGB (Red+Green+Blue) = 221+211+36=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD324 is #222CDB. Grayscale: #C2C2C2. Windows color (decimal): -2239708 or 2413533. OLE color: 2413533.

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

Color convert

RGB 221 211 36 -
CMYK 0 0.05 0.84 0.13
HSL 56.76º 0.73% 0.5% -
HSV(B) 56.76º 0.84% 0.87% -
XYZ 53.43 62.09 10.84 -
YUV 194.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 221 211 36 0 0.05 0.84 0.13 56.76 0.73 0.5
Hex DD D3 24 0 5 54 D 39 49 32
Octal 335 323 44 0 5 124 15 71 111 62
Binary 11011101 11010011 100100 0 101 1010100 1101 111001 1001001 110010

Color Harmonies of #DDD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD324

Black with #DDD324

Text Example


Text Example

White with #DDD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD324; }

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

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

background-color css

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

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

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

border-color css

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

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

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