Html Css Color HEX #DDC52C Barberry

📋 copy color: '#DDC52C'

red 221 ◦ green 197 ◦ blue 44

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

Shades of Barberry #DDC52C

Tints of Barberry #DDC52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.64%

 BLUE value IS 44 (17.58% from 255) = 9.52%

R = 47.84%
G = 42.64%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDC52C (or 0xDDC52C) is known color: Barberry. HEX triplet: DD, C5 and 2C. RGB value is (221,197,44). Sum of RGB (Red+Green+Blue) = 221+197+44=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC52C is #223AD3. Grayscale: #BBBBBB. Windows color (decimal): -2243284 or 2934237. OLE color: 2934237.

HSL color Cylindrical-coordinate representation of color #DDC52C: hue angle of 51.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC52C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 44 -
CMYK 0 0.11 0.80 0.13
HSL 51.86º 0.72% 0.52% -
HSV(B) 51.86º 0.8% 0.87% -
XYZ 50.24 55.49 10.44 -
YUV 186.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 221 197 44 0 0.11 0.80 0.13 51.86 0.72 0.52
Hex DD C5 2C 0 B 50 D 34 48 34
Octal 335 305 54 0 13 120 15 64 110 64
Binary 11011101 11000101 101100 0 1011 1010000 1101 110100 1001000 110100

Color Harmonies of #DDC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC52C

Black with #DDC52C

Text Example


Text Example

White with #DDC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC52C; }

 p { color: rgb(221,197,44); }

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

background-color css

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

 a { background-color: rgb(221,197,44); }

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

border-color css

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

 span { border-color: rgb(221,197,44); }

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