Html Css Color HEX #DDC828 Barberry

📋 copy color: '#DDC828'

red 221 ◦ green 200 ◦ blue 40

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

Shades of Barberry #DDC828

Tints of Barberry #DDC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

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

R = 47.94%
G = 43.38%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC828 (or 0xDDC828) is known color: Barberry. HEX triplet: DD, C8 and 28. RGB value is (221,200,40). Sum of RGB (Red+Green+Blue) = 221+200+40=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC828 is #2237D7. Grayscale: #BCBCBC. Windows color (decimal): -2242520 or 2672861. OLE color: 2672861.

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

Color convert

RGB 221 200 40 -
CMYK 0 0.10 0.82 0.13
HSL 53.04º 0.73% 0.51% -
HSV(B) 53.04º 0.82% 0.87% -
XYZ 50.86 56.83 10.3 -
YUV 188.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 221 200 40 0 0.10 0.82 0.13 53.04 0.73 0.51
Hex DD C8 28 0 A 52 D 35 49 33
Octal 335 310 50 0 12 122 15 65 111 63
Binary 11011101 11001000 101000 0 1010 1010010 1101 110101 1001001 110011

Color Harmonies of #DDC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC828

Black with #DDC828

Text Example


Text Example

White with #DDC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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