Html Css Color HEX #DDC929 Barberry

📋 copy color: '#DDC929'

red 221 ◦ green 201 ◦ blue 41

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

Shades of Barberry #DDC929

Tints of Barberry #DDC929

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

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

R = 47.73%
G = 43.41%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC929 (or 0xDDC929) is known color: Barberry. HEX triplet: DD, C9 and 29. RGB value is (221,201,41). Sum of RGB (Red+Green+Blue) = 221+201+41=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC929 is #2236D6. Grayscale: #BDBDBD. Windows color (decimal): -2242263 or 2738653. OLE color: 2738653.

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

Color convert

RGB 221 201 41 -
CMYK 0 0.09 0.81 0.13
HSL 53.33º 0.73% 0.51% -
HSV(B) 53.33º 0.81% 0.87% -
XYZ 51.11 57.31 10.47 -
YUV 188.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 221 201 41 0 0.09 0.81 0.13 53.33 0.73 0.51
Hex DD C9 29 0 9 51 D 35 49 33
Octal 335 311 51 0 11 121 15 65 111 63
Binary 11011101 11001001 101001 0 1001 1010001 1101 110101 1001001 110011

Color Harmonies of #DDC929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC929

Black with #DDC929

Text Example


Text Example

White with #DDC929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC929; }

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

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

background-color css

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

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

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

border-color css

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

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

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