Html Css Color HEX #DDC728 Barberry

📋 copy color: '#DDC728'

red 221 ◦ green 199 ◦ blue 40

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

Shades of Barberry #DDC728

Tints of Barberry #DDC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.26%

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

R = 48.04%
G = 43.26%
B = 8.7%

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

#DDC728 (or 0xDDC728) is known color: Barberry. HEX triplet: DD, C7 and 28. RGB value is (221,199,40). Sum of RGB (Red+Green+Blue) = 221+199+40=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC728 is #2238D7. Grayscale: #BCBCBC. Windows color (decimal): -2242776 or 2672605. OLE color: 2672605.

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

Color convert

RGB 221 199 40 -
CMYK 0 0.10 0.82 0.13
HSL 52.71º 0.73% 0.51% -
HSV(B) 52.71º 0.82% 0.87% -
XYZ 50.63 56.37 10.22 -
YUV 187.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 221 199 40 0 0.10 0.82 0.13 52.71 0.73 0.51
Hex DD C7 28 0 A 52 D 35 49 33
Octal 335 307 50 0 12 122 15 65 111 63
Binary 11011101 11000111 101000 0 1010 1010010 1101 110101 1001001 110011

Color Harmonies of #DDC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC728

Black with #DDC728

Text Example


Text Example

White with #DDC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC728; }

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

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

background-color css

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

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

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

border-color css

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

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

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