Html Css Color HEX #DDD415 Barberry

📋 copy color: '#DDD415'

red 221 ◦ green 212 ◦ blue 21

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

Shades of Barberry #DDD415

Tints of Barberry #DDD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.7%

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

R = 48.68%
G = 46.7%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDD415 (or 0xDDD415) is known color: Barberry. HEX triplet: DD, D4 and 15. RGB value is (221,212,21). Sum of RGB (Red+Green+Blue) = 221+212+21=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD415 is #222BEA. Grayscale: #C1C1C1. Windows color (decimal): -2239467 or 1430749. OLE color: 1430749.

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

Color convert

RGB 221 212 21 -
CMYK 0 0.04 0.90 0.13
HSL 57.3º 0.83% 0.47% -
HSV(B) 57.3º 0.9% 0.87% -
XYZ 53.5 62.51 9.96 -
YUV 192.92 30.98 148.03 -
System Red Green Blue C M Y K H S L
Decimal 221 212 21 0 0.04 0.90 0.13 57.3 0.83 0.47
Hex DD D4 15 0 4 5A D 39 53 2F
Octal 335 324 25 0 4 132 15 71 123 57
Binary 11011101 11010100 10101 0 100 1011010 1101 111001 1010011 101111

Color Harmonies of #DDD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD415

Black with #DDD415

Text Example


Text Example

White with #DDD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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