Html Css Color HEX #DDD80D Barberry

📋 copy color: '#DDD80D'

red 221 ◦ green 216 ◦ blue 13

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

Shades of Barberry #DDD80D

Tints of Barberry #DDD80D

RGB

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

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

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

R = 49.11%
G = 48%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD80D (or 0xDDD80D) is known color: Barberry. HEX triplet: DD, D8 and 0D. RGB value is (221,216,13). Sum of RGB (Red+Green+Blue) = 221+216+13=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD80D is #2227F2. Grayscale: #C3C3C3. Windows color (decimal): -2238451 or 907485. OLE color: 907485.

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

Color convert

RGB 221 216 13 -
CMYK 0 0.02 0.94 0.13
HSL 58.56º 0.89% 0.46% -
HSV(B) 58.56º 0.94% 0.87% -
XYZ 54.45 64.51 9.96 -
YUV 194.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 221 216 13 0 0.02 0.94 0.13 58.56 0.89 0.46
Hex DD D8 D 0 2 5E D 3B 59 2E
Octal 335 330 15 0 2 136 15 73 131 56
Binary 11011101 11011000 1101 0 10 1011110 1101 111011 1011001 101110

Color Harmonies of #DDD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD80D

Black with #DDD80D

Text Example


Text Example

White with #DDD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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