Html Css Color HEX #DDD615 Barberry

📋 copy color: '#DDD615'

red 221 ◦ green 214 ◦ blue 21

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

Shades of Barberry #DDD615

Tints of Barberry #DDD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

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

R = 48.46%
G = 46.93%
B = 4.61%

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

#DDD615 (or 0xDDD615) is known color: Barberry. HEX triplet: DD, D6 and 15. RGB value is (221,214,21). Sum of RGB (Red+Green+Blue) = 221+214+21=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD615 is #2229EA. Grayscale: #C2C2C2. Windows color (decimal): -2238955 or 1431261. OLE color: 1431261.

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

Color convert

RGB 221 214 21 -
CMYK 0 0.03 0.90 0.13
HSL 57.9º 0.83% 0.47% -
HSV(B) 57.9º 0.9% 0.87% -
XYZ 54 63.52 10.12 -
YUV 194.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 221 214 21 0 0.03 0.90 0.13 57.9 0.83 0.47
Hex DD D6 15 0 3 5A D 3A 53 2F
Octal 335 326 25 0 3 132 15 72 123 57
Binary 11011101 11010110 10101 0 11 1011010 1101 111010 1010011 101111

Color Harmonies of #DDD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD615

Black with #DDD615

Text Example


Text Example

White with #DDD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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