Html Css Color HEX #DDD028 Barberry

📋 copy color: '#DDD028'

red 221 ◦ green 208 ◦ blue 40

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

Shades of Barberry #DDD028

Tints of Barberry #DDD028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.53%

R = 47.12%
G = 44.35%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD028 (or 0xDDD028) is known color: Barberry. HEX triplet: DD, D0 and 28. RGB value is (221,208,40). Sum of RGB (Red+Green+Blue) = 221+208+40=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD028 is #222FD7. Grayscale: #C1C1C1. Windows color (decimal): -2240472 or 2674909. OLE color: 2674909.

HSL color Cylindrical-coordinate representation of color #DDD028: hue angle of 55.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDD028 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 40 -
CMYK 0 0.06 0.82 0.13
HSL 55.69º 0.73% 0.51% -
HSV(B) 55.69º 0.82% 0.87% -
XYZ 52.76 60.64 10.93 -
YUV 192.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 221 208 40 0 0.06 0.82 0.13 55.69 0.73 0.51
Hex DD D0 28 0 6 52 D 38 49 33
Octal 335 320 50 0 6 122 15 70 111 63
Binary 11011101 11010000 101000 0 110 1010010 1101 111000 1001001 110011

Color Harmonies of #DDD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD028

Black with #DDD028

Text Example


Text Example

White with #DDD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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