Html Css Color HEX #DDD810 Barberry

📋 copy color: '#DDD810'

red 221 ◦ green 216 ◦ blue 16

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

Shades of Barberry #DDD810

Tints of Barberry #DDD810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

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

R = 48.79%
G = 47.68%
B = 3.53%

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

#DDD810 (or 0xDDD810) is known color: Barberry. HEX triplet: DD, D8 and 10. RGB value is (221,216,16). Sum of RGB (Red+Green+Blue) = 221+216+16=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD810 is #2227EF. Grayscale: #C3C3C3. Windows color (decimal): -2238448 or 1104093. OLE color: 1104093.

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

Color convert

RGB 221 216 16 -
CMYK 0 0.02 0.93 0.13
HSL 58.54º 0.86% 0.46% -
HSV(B) 58.54º 0.93% 0.87% -
XYZ 54.47 64.52 10.07 -
YUV 194.7 27.16 146.76 -
System Red Green Blue C M Y K H S L
Decimal 221 216 16 0 0.02 0.93 0.13 58.54 0.86 0.46
Hex DD D8 10 0 2 5D D 3B 56 2E
Octal 335 330 20 0 2 135 15 73 126 56
Binary 11011101 11011000 10000 0 10 1011101 1101 111011 1010110 101110

Color Harmonies of #DDD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD810

Black with #DDD810

Text Example


Text Example

White with #DDD810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD810; }

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

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

background-color css

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

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

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

border-color css

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

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

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