Html Css Color HEX #DDD310 Barberry

📋 copy color: '#DDD310'

red 221 ◦ green 211 ◦ blue 16

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

Shades of Barberry #DDD310

Tints of Barberry #DDD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.1%

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

R = 49.33%
G = 47.1%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDD310 (or 0xDDD310) is known color: Barberry. HEX triplet: DD, D3 and 10. RGB value is (221,211,16). Sum of RGB (Red+Green+Blue) = 221+211+16=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD310 is #222CEF. Grayscale: #C0C0C0. Windows color (decimal): -2239728 or 1102813. OLE color: 1102813.

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

Color convert

RGB 221 211 16 -
CMYK 0 0.05 0.93 0.13
HSL 57.07º 0.86% 0.46% -
HSV(B) 57.07º 0.93% 0.87% -
XYZ 53.21 62 9.65 -
YUV 191.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 221 211 16 0 0.05 0.93 0.13 57.07 0.86 0.46
Hex DD D3 10 0 5 5D D 39 56 2E
Octal 335 323 20 0 5 135 15 71 126 56
Binary 11011101 11010011 10000 0 101 1011101 1101 111001 1010110 101110

Color Harmonies of #DDD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD310

Black with #DDD310

Text Example


Text Example

White with #DDD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD310; }

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

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

background-color css

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

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

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

border-color css

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

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

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