Html Css Color HEX #DDD910 Barberry

📋 copy color: '#DDD910'

red 221 ◦ green 217 ◦ blue 16

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

Shades of Barberry #DDD910

Tints of Barberry #DDD910

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.8%

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 48.68%
G = 47.8%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDD910 (or 0xDDD910) is known color: Barberry. HEX triplet: DD, D9 and 10. RGB value is (221,217,16). Sum of RGB (Red+Green+Blue) = 221+217+16=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD910 is #2226EF. Grayscale: #C4C4C4. Windows color (decimal): -2238192 or 1104349. OLE color: 1104349.

HSL color Cylindrical-coordinate representation of color #DDD910: hue angle of 58.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDD910 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 16 -
CMYK 0 0.02 0.93 0.13
HSL 58.83º 0.86% 0.46% -
HSV(B) 58.83º 0.93% 0.87% -
XYZ 54.73 65.04 10.16 -
YUV 195.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 221 217 16 0 0.02 0.93 0.13 58.83 0.86 0.46
Hex DD D9 10 0 2 5D D 3B 56 2E
Octal 335 331 20 0 2 135 15 73 126 56
Binary 11011101 11011001 10000 0 10 1011101 1101 111011 1010110 101110

Color Harmonies of #DDD910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD910

Black with #DDD910

Text Example


Text Example

White with #DDD910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD910; }

 p { color: rgb(221,217,16); }

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

background-color css

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

 a { background-color: rgb(221,217,16); }

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

border-color css

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

 span { border-color: rgb(221,217,16); }

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