Html Css Color HEX #DCCD20 Barberry

📋 copy color: '#DCCD20'

red 220 ◦ green 205 ◦ blue 32

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

Shades of Barberry #DCCD20

Tints of Barberry #DCCD20

RGB

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

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

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

R = 48.14%
G = 44.86%
B = 7%

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

#DCCD20 (or 0xDCCD20) is known color: Barberry. HEX triplet: DC, CD and 20. RGB value is (220,205,32). Sum of RGB (Red+Green+Blue) = 220+205+32=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD20 is #2332DF. Grayscale: #BEBEBE. Windows color (decimal): -2306784 or 2149852. OLE color: 2149852.

HSL color Cylindrical-coordinate representation of color #DCCD20: hue angle of 55.21º 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 #DCCD20 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 32 -
CMYK 0 0.07 0.85 0.14
HSL 55.21º 0.75% 0.49% -
HSV(B) 55.21º 0.85% 0.86% -
XYZ 51.61 58.98 10.03 -
YUV 189.76 38.97 149.57 -
System Red Green Blue C M Y K H S L
Decimal 220 205 32 0 0.07 0.85 0.14 55.21 0.75 0.49
Hex DC CD 20 0 7 55 E 37 4B 31
Octal 334 315 40 0 7 125 16 67 113 61
Binary 11011100 11001101 100000 0 111 1010101 1110 110111 1001011 110001

Color Harmonies of #DCCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD20

Black with #DCCD20

Text Example


Text Example

White with #DCCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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