Html Css Color HEX #DDD715 Barberry

📋 copy color: '#DDD715'

red 221 ◦ green 215 ◦ blue 21

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

Shades of Barberry #DDD715

Tints of Barberry #DDD715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.6%

R = 48.36%
G = 47.05%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD715 (or 0xDDD715) is known color: Barberry. HEX triplet: DD, D7 and 15. RGB value is (221,215,21). Sum of RGB (Red+Green+Blue) = 221+215+21=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD715 is #2228EA. Grayscale: #C3C3C3. Windows color (decimal): -2238699 or 1431517. OLE color: 1431517.

HSL color Cylindrical-coordinate representation of color #DDD715: hue angle of 58.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD715 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 21 -
CMYK 0 0.03 0.90 0.13
HSL 58.2º 0.83% 0.47% -
HSV(B) 58.2º 0.9% 0.87% -
XYZ 54.25 64.03 10.21 -
YUV 194.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 221 215 21 0 0.03 0.90 0.13 58.2 0.83 0.47
Hex DD D7 15 0 3 5A D 3A 53 2F
Octal 335 327 25 0 3 132 15 72 123 57
Binary 11011101 11010111 10101 0 11 1011010 1101 111010 1010011 101111

Color Harmonies of #DDD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD715

Black with #DDD715

Text Example


Text Example

White with #DDD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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