Html Css Color HEX #DDD619 Barberry

📋 copy color: '#DDD619'

red 221 ◦ green 214 ◦ blue 25

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

Shades of Barberry #DDD619

Tints of Barberry #DDD619

RGB

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

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

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

R = 48.04%
G = 46.52%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD619 (or 0xDDD619) is known color: Barberry. HEX triplet: DD, D6 and 19. RGB value is (221,214,25). Sum of RGB (Red+Green+Blue) = 221+214+25=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD619 is #2229E6. Grayscale: #C3C3C3. Windows color (decimal): -2238951 or 1693405. OLE color: 1693405.

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

Color convert

RGB 221 214 25 -
CMYK 0 0.03 0.89 0.13
HSL 57.86º 0.8% 0.48% -
HSV(B) 57.86º 0.89% 0.87% -
XYZ 54.04 63.54 10.34 -
YUV 194.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 221 214 25 0 0.03 0.89 0.13 57.86 0.8 0.48
Hex DD D6 19 0 3 59 D 3A 50 30
Octal 335 326 31 0 3 131 15 72 120 60
Binary 11011101 11010110 11001 0 11 1011001 1101 111010 1010000 110000

Color Harmonies of #DDD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD619

Black with #DDD619

Text Example


Text Example

White with #DDD619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD619; }

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

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

background-color css

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

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

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

border-color css

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

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

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