Html Css Color HEX #DCCC20 Barberry

📋 copy color: '#DCCC20'

red 220 ◦ green 204 ◦ blue 32

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

Shades of Barberry #DCCC20

Tints of Barberry #DCCC20

RGB

 RED value IS 220 (86.33% from 255) = 48.25%

 GREEN value IS 204 (80.08% from 255) = 44.74%

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

R = 48.25%
G = 44.74%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCCC20 (or 0xDCCC20) is known color: Barberry. HEX triplet: DC, CC and 20. RGB value is (220,204,32). Sum of RGB (Red+Green+Blue) = 220+204+32=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC20 is #2333DF. Grayscale: #BDBDBD. Windows color (decimal): -2307040 or 2149596. OLE color: 2149596.

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

Color convert

RGB 220 204 32 -
CMYK 0 0.07 0.85 0.14
HSL 54.89º 0.75% 0.49% -
HSV(B) 54.89º 0.85% 0.86% -
XYZ 51.37 58.51 9.95 -
YUV 189.18 39.3 149.99 -
System Red Green Blue C M Y K H S L
Decimal 220 204 32 0 0.07 0.85 0.14 54.89 0.75 0.49
Hex DC CC 20 0 7 55 E 37 4B 31
Octal 334 314 40 0 7 125 16 67 113 61
Binary 11011100 11001100 100000 0 111 1010101 1110 110111 1001011 110001

Color Harmonies of #DCCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC20

Black with #DCCC20

Text Example


Text Example

White with #DCCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC20; }

 p { color: rgb(220,204,32); }

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

background-color css

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

 a { background-color: rgb(220,204,32); }

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

border-color css

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

 span { border-color: rgb(220,204,32); }

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