Html Css Color HEX #DDD419 Barberry

📋 copy color: '#DDD419'

red 221 ◦ green 212 ◦ blue 25

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

Shades of Barberry #DDD419

Tints of Barberry #DDD419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.46%

R = 48.25%
G = 46.29%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD419 (or 0xDDD419) is known color: Barberry. HEX triplet: DD, D4 and 19. RGB value is (221,212,25). Sum of RGB (Red+Green+Blue) = 221+212+25=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD419 is #222BE6. Grayscale: #C2C2C2. Windows color (decimal): -2239463 or 1692893. OLE color: 1692893.

HSL color Cylindrical-coordinate representation of color #DDD419: hue angle of 57.24º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDD419 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 25 -
CMYK 0 0.04 0.89 0.13
HSL 57.24º 0.8% 0.48% -
HSV(B) 57.24º 0.89% 0.87% -
XYZ 53.54 62.53 10.17 -
YUV 193.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 221 212 25 0 0.04 0.89 0.13 57.24 0.8 0.48
Hex DD D4 19 0 4 59 D 39 50 30
Octal 335 324 31 0 4 131 15 71 120 60
Binary 11011101 11010100 11001 0 100 1011001 1101 111001 1010000 110000

Color Harmonies of #DDD419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD419

Black with #DDD419

Text Example


Text Example

White with #DDD419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD419; }

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

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

background-color css

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

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

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

border-color css

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

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

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