Html Css Color HEX #DDD126 Barberry

📋 copy color: '#DDD126'

red 221 ◦ green 209 ◦ blue 38

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

Shades of Barberry #DDD126

Tints of Barberry #DDD126

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

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

R = 47.22%
G = 44.66%
B = 8.12%

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

#DDD126 (or 0xDDD126) is known color: Barberry. HEX triplet: DD, D1 and 26. RGB value is (221,209,38). Sum of RGB (Red+Green+Blue) = 221+209+38=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD126 is #222ED9. Grayscale: #C1C1C1. Windows color (decimal): -2240218 or 2544093. OLE color: 2544093.

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

Color convert

RGB 221 209 38 -
CMYK 0 0.05 0.83 0.13
HSL 56.07º 0.73% 0.51% -
HSV(B) 56.07º 0.83% 0.87% -
XYZ 52.97 61.11 10.84 -
YUV 193.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 221 209 38 0 0.05 0.83 0.13 56.07 0.73 0.51
Hex DD D1 26 0 5 53 D 38 49 33
Octal 335 321 46 0 5 123 15 70 111 63
Binary 11011101 11010001 100110 0 101 1010011 1101 111000 1001001 110011

Color Harmonies of #DDD126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD126

Black with #DDD126

Text Example


Text Example

White with #DDD126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD126; }

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

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

background-color css

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

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

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

border-color css

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

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

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