Html Css Color HEX #DDD019 Barberry

📋 copy color: '#DDD019'

red 221 ◦ green 208 ◦ blue 25

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

Shades of Barberry #DDD019

Tints of Barberry #DDD019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

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

R = 48.68%
G = 45.81%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDD019 (or 0xDDD019) is known color: Barberry. HEX triplet: DD, D0 and 19. RGB value is (221,208,25). Sum of RGB (Red+Green+Blue) = 221+208+25=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD019 is #222FE6. Grayscale: #BFBFBF. Windows color (decimal): -2240487 or 1691869. OLE color: 1691869.

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

Color convert

RGB 221 208 25 -
CMYK 0 0.06 0.89 0.13
HSL 56.02º 0.8% 0.48% -
HSV(B) 56.02º 0.89% 0.87% -
XYZ 52.55 60.55 9.84 -
YUV 191.03 34.31 149.38 -
System Red Green Blue C M Y K H S L
Decimal 221 208 25 0 0.06 0.89 0.13 56.02 0.8 0.48
Hex DD D0 19 0 6 59 D 38 50 30
Octal 335 320 31 0 6 131 15 70 120 60
Binary 11011101 11010000 11001 0 110 1011001 1101 111000 1010000 110000

Color Harmonies of #DDD019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD019

Black with #DDD019

Text Example


Text Example

White with #DDD019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD019; }

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

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

background-color css

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

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

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

border-color css

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

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

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