Html Css Color HEX #DDC529 Barberry

📋 copy color: '#DDC529'

red 221 ◦ green 197 ◦ blue 41

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

Shades of Barberry #DDC529

Tints of Barberry #DDC529

RGB

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

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

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

R = 48.15%
G = 42.92%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC529 (or 0xDDC529) is known color: Barberry. HEX triplet: DD, C5 and 29. RGB value is (221,197,41). Sum of RGB (Red+Green+Blue) = 221+197+41=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC529 is #223AD6. Grayscale: #BBBBBB. Windows color (decimal): -2243287 or 2737629. OLE color: 2737629.

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

Color convert

RGB 221 197 41 -
CMYK 0 0.11 0.81 0.13
HSL 52º 0.73% 0.51% -
HSV(B) 52º 0.81% 0.87% -
XYZ 50.19 55.46 10.16 -
YUV 186.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 221 197 41 0 0.11 0.81 0.13 52 0.73 0.51
Hex DD C5 29 0 B 51 D 34 49 33
Octal 335 305 51 0 13 121 15 64 111 63
Binary 11011101 11000101 101001 0 1011 1010001 1101 110100 1001001 110011

Color Harmonies of #DDC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC529

Black with #DDC529

Text Example


Text Example

White with #DDC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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