Html Css Color HEX #DDC924 Barberry

📋 copy color: '#DDC924'

red 221 ◦ green 201 ◦ blue 36

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

Shades of Barberry #DDC924

Tints of Barberry #DDC924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.86%

R = 48.25%
G = 43.89%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDC924 (or 0xDDC924) is known color: Barberry. HEX triplet: DD, C9 and 24. RGB value is (221,201,36). Sum of RGB (Red+Green+Blue) = 221+201+36=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC924 is #2236DB. Grayscale: #BCBCBC. Windows color (decimal): -2242268 or 2410973. OLE color: 2410973.

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

Color convert

RGB 221 201 36 -
CMYK 0 0.09 0.84 0.13
HSL 53.51º 0.73% 0.5% -
HSV(B) 53.51º 0.84% 0.87% -
XYZ 51.02 57.27 10.03 -
YUV 188.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 221 201 36 0 0.09 0.84 0.13 53.51 0.73 0.5
Hex DD C9 24 0 9 54 D 36 49 32
Octal 335 311 44 0 11 124 15 66 111 62
Binary 11011101 11001001 100100 0 1001 1010100 1101 110110 1001001 110010

Color Harmonies of #DDC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC924

Black with #DDC924

Text Example


Text Example

White with #DDC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC924; }

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

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

background-color css

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

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

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

border-color css

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

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

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