Html Css Color HEX #DDD90D Barberry

📋 copy color: '#DDD90D'

red 221 ◦ green 217 ◦ blue 13

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

Shades of Barberry #DDD90D

Tints of Barberry #DDD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.12%

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

R = 49%
G = 48.12%
B = 2.88%

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

#DDD90D (or 0xDDD90D) is known color: Barberry. HEX triplet: DD, D9 and 0D. RGB value is (221,217,13). Sum of RGB (Red+Green+Blue) = 221+217+13=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD90D is #2226F2. Grayscale: #C3C3C3. Windows color (decimal): -2238195 or 907741. OLE color: 907741.

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

Color convert

RGB 221 217 13 -
CMYK 0 0.02 0.94 0.13
HSL 58.85º 0.89% 0.46% -
HSV(B) 58.85º 0.94% 0.87% -
XYZ 54.7 65.03 10.05 -
YUV 194.94 25.33 146.59 -
System Red Green Blue C M Y K H S L
Decimal 221 217 13 0 0.02 0.94 0.13 58.85 0.89 0.46
Hex DD D9 D 0 2 5E D 3B 59 2E
Octal 335 331 15 0 2 136 15 73 131 56
Binary 11011101 11011001 1101 0 10 1011110 1101 111011 1011001 101110

Color Harmonies of #DDD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD90D

Black with #DDD90D

Text Example


Text Example

White with #DDD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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