Html Css Color HEX #DDCD20 Barberry

📋 copy color: '#DDCD20'

red 221 ◦ green 205 ◦ blue 32

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

Shades of Barberry #DDCD20

Tints of Barberry #DDCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.76%

 BLUE value IS 32 (12.89% from 255) = 6.99%

R = 48.25%
G = 44.76%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDCD20 (or 0xDDCD20) is known color: Barberry. HEX triplet: DD, CD and 20. RGB value is (221,205,32). Sum of RGB (Red+Green+Blue) = 221+205+32=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD20 is #2232DF. Grayscale: #BEBEBE. Windows color (decimal): -2241248 or 2149853. OLE color: 2149853.

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

Color convert

RGB 221 205 32 -
CMYK 0 0.07 0.86 0.13
HSL 54.92º 0.75% 0.5% -
HSV(B) 54.92º 0.86% 0.87% -
XYZ 51.91 59.14 10.05 -
YUV 190.06 38.8 150.07 -
System Red Green Blue C M Y K H S L
Decimal 221 205 32 0 0.07 0.86 0.13 54.92 0.75 0.5
Hex DD CD 20 0 7 56 D 37 4B 32
Octal 335 315 40 0 7 126 15 67 113 62
Binary 11011101 11001101 100000 0 111 1010110 1101 110111 1001011 110010

Color Harmonies of #DDCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD20

Black with #DDCD20

Text Example


Text Example

White with #DDCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD20; }

 p { color: rgb(221,205,32); }

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

background-color css

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

 a { background-color: rgb(221,205,32); }

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

border-color css

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

 span { border-color: rgb(221,205,32); }

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