Html Css Color HEX #DDD70D Barberry

📋 copy color: '#DDD70D'

red 221 ◦ green 215 ◦ blue 13

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

Shades of Barberry #DDD70D

Tints of Barberry #DDD70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 49.22%
G = 47.88%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD70D (or 0xDDD70D) is known color: Barberry. HEX triplet: DD, D7 and 0D. RGB value is (221,215,13). Sum of RGB (Red+Green+Blue) = 221+215+13=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD70D is #2228F2. Grayscale: #C2C2C2. Windows color (decimal): -2238707 or 907229. OLE color: 907229.

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

Color convert

RGB 221 215 13 -
CMYK 0 0.03 0.94 0.13
HSL 58.27º 0.89% 0.46% -
HSV(B) 58.27º 0.94% 0.87% -
XYZ 54.19 64 9.88 -
YUV 193.77 25.99 147.43 -
System Red Green Blue C M Y K H S L
Decimal 221 215 13 0 0.03 0.94 0.13 58.27 0.89 0.46
Hex DD D7 D 0 3 5E D 3A 59 2E
Octal 335 327 15 0 3 136 15 72 131 56
Binary 11011101 11010111 1101 0 11 1011110 1101 111010 1011001 101110

Color Harmonies of #DDD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD70D

Black with #DDD70D

Text Example


Text Example

White with #DDD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD70D; }

 p { color: rgb(221,215,13); }

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

background-color css

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

 a { background-color: rgb(221,215,13); }

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

border-color css

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

 span { border-color: rgb(221,215,13); }

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