Html Css Color HEX #DDD50F Barberry

📋 copy color: '#DDD50F'

red 221 ◦ green 213 ◦ blue 15

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

Shades of Barberry #DDD50F

Tints of Barberry #DDD50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 49.22%
G = 47.44%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDD50F (or 0xDDD50F) is known color: Barberry. HEX triplet: DD, D5 and 0F. RGB value is (221,213,15). Sum of RGB (Red+Green+Blue) = 221+213+15=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD50F is #222AF0. Grayscale: #C1C1C1. Windows color (decimal): -2239217 or 1037789. OLE color: 1037789.

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

Color convert

RGB 221 213 15 -
CMYK 0 0.04 0.93 0.13
HSL 57.67º 0.87% 0.46% -
HSV(B) 57.67º 0.93% 0.87% -
XYZ 53.7 63 9.78 -
YUV 192.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 221 213 15 0 0.04 0.93 0.13 57.67 0.87 0.46
Hex DD D5 F 0 4 5D D 3A 57 2E
Octal 335 325 17 0 4 135 15 72 127 56
Binary 11011101 11010101 1111 0 100 1011101 1101 111010 1010111 101110

Color Harmonies of #DDD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD50F

Black with #DDD50F

Text Example


Text Example

White with #DDD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD50F; }

 p { color: rgb(221,213,15); }

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

background-color css

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

 a { background-color: rgb(221,213,15); }

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

border-color css

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

 span { border-color: rgb(221,213,15); }

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