Html Css Color HEX #DDD323 Barberry

📋 copy color: '#DDD323'

red 221 ◦ green 211 ◦ blue 35

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

Shades of Barberry #DDD323

Tints of Barberry #DDD323

RGB

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

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

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

R = 47.32%
G = 45.18%
B = 7.49%

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

#DDD323 (or 0xDDD323) is known color: Barberry. HEX triplet: DD, D3 and 23. RGB value is (221,211,35). Sum of RGB (Red+Green+Blue) = 221+211+35=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD323 is #222CDC. Grayscale: #C2C2C2. Windows color (decimal): -2239709 or 2347997. OLE color: 2347997.

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

Color convert

RGB 221 211 35 -
CMYK 0 0.05 0.84 0.13
HSL 56.77º 0.73% 0.5% -
HSV(B) 56.77º 0.84% 0.87% -
XYZ 53.42 62.08 10.76 -
YUV 193.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 221 211 35 0 0.05 0.84 0.13 56.77 0.73 0.5
Hex DD D3 23 0 5 54 D 39 49 32
Octal 335 323 43 0 5 124 15 71 111 62
Binary 11011101 11010011 100011 0 101 1010100 1101 111001 1001001 110010

Color Harmonies of #DDD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD323

Black with #DDD323

Text Example


Text Example

White with #DDD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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