Html Css Color HEX #DDC729 Barberry

📋 copy color: '#DDC729'

red 221 ◦ green 199 ◦ blue 41

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

Shades of Barberry #DDC729

Tints of Barberry #DDC729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.89%

R = 47.94%
G = 43.17%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC729 (or 0xDDC729) is known color: Barberry. HEX triplet: DD, C7 and 29. RGB value is (221,199,41). Sum of RGB (Red+Green+Blue) = 221+199+41=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC729 is #2238D6. Grayscale: #BCBCBC. Windows color (decimal): -2242775 or 2738141. OLE color: 2738141.

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

Color convert

RGB 221 199 41 -
CMYK 0 0.10 0.81 0.13
HSL 52.67º 0.73% 0.51% -
HSV(B) 52.67º 0.81% 0.87% -
XYZ 50.64 56.38 10.31 -
YUV 187.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 221 199 41 0 0.10 0.81 0.13 52.67 0.73 0.51
Hex DD C7 29 0 A 51 D 35 49 33
Octal 335 307 51 0 12 121 15 65 111 63
Binary 11011101 11000111 101001 0 1010 1010001 1101 110101 1001001 110011

Color Harmonies of #DDC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC729

Black with #DDC729

Text Example


Text Example

White with #DDC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC729; }

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

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

background-color css

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

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

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

border-color css

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

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

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