Html Css Color HEX #DDD226 Barberry

📋 copy color: '#DDD226'

red 221 ◦ green 210 ◦ blue 38

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

Shades of Barberry #DDD226

Tints of Barberry #DDD226

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 47.12%
G = 44.78%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDD226 (or 0xDDD226) is known color: Barberry. HEX triplet: DD, D2 and 26. RGB value is (221,210,38). Sum of RGB (Red+Green+Blue) = 221+210+38=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD226 is #222DD9. Grayscale: #C2C2C2. Windows color (decimal): -2239962 or 2544349. OLE color: 2544349.

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

Color convert

RGB 221 210 38 -
CMYK 0 0.05 0.83 0.13
HSL 56.39º 0.73% 0.51% -
HSV(B) 56.39º 0.83% 0.87% -
XYZ 53.22 61.61 10.92 -
YUV 193.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 221 210 38 0 0.05 0.83 0.13 56.39 0.73 0.51
Hex DD D2 26 0 5 53 D 38 49 33
Octal 335 322 46 0 5 123 15 70 111 63
Binary 11011101 11010010 100110 0 101 1010011 1101 111000 1001001 110011

Color Harmonies of #DDD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD226

Black with #DDD226

Text Example


Text Example

White with #DDD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD226; }

 p { color: rgb(221,210,38); }

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

background-color css

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

 a { background-color: rgb(221,210,38); }

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

border-color css

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

 span { border-color: rgb(221,210,38); }

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