Html Css Color HEX #DDD610 Barberry

📋 copy color: '#DDD610'

red 221 ◦ green 214 ◦ blue 16

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

Shades of Barberry #DDD610

Tints of Barberry #DDD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.45%

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

R = 49%
G = 47.45%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDD610 (or 0xDDD610) is known color: Barberry. HEX triplet: DD, D6 and 10. RGB value is (221,214,16). Sum of RGB (Red+Green+Blue) = 221+214+16=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD610 is #2229EF. Grayscale: #C2C2C2. Windows color (decimal): -2238960 or 1103581. OLE color: 1103581.

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

Color convert

RGB 221 214 16 -
CMYK 0 0.03 0.93 0.13
HSL 57.95º 0.86% 0.46% -
HSV(B) 57.95º 0.93% 0.87% -
XYZ 53.96 63.5 9.9 -
YUV 193.52 27.82 147.6 -
System Red Green Blue C M Y K H S L
Decimal 221 214 16 0 0.03 0.93 0.13 57.95 0.86 0.46
Hex DD D6 10 0 3 5D D 3A 56 2E
Octal 335 326 20 0 3 135 15 72 126 56
Binary 11011101 11010110 10000 0 11 1011101 1101 111010 1010110 101110

Color Harmonies of #DDD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD610

Black with #DDD610

Text Example


Text Example

White with #DDD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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