Html Css Color HEX #DCD020 Barberry

📋 copy color: '#DCD020'

red 220 ◦ green 208 ◦ blue 32

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

Shades of Barberry #DCD020

Tints of Barberry #DCD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 47.83%
G = 45.22%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD020 (or 0xDCD020) is known color: Barberry. HEX triplet: DC, D0 and 20. RGB value is (220,208,32). Sum of RGB (Red+Green+Blue) = 220+208+32=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD020 is #232FDF. Grayscale: #C0C0C0. Windows color (decimal): -2306016 or 2150620. OLE color: 2150620.

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

Color convert

RGB 220 208 32 -
CMYK 0 0.05 0.85 0.14
HSL 56.17º 0.75% 0.49% -
HSV(B) 56.17º 0.85% 0.86% -
XYZ 52.33 60.43 10.27 -
YUV 191.52 37.98 148.31 -
System Red Green Blue C M Y K H S L
Decimal 220 208 32 0 0.05 0.85 0.14 56.17 0.75 0.49
Hex DC D0 20 0 5 55 E 38 4B 31
Octal 334 320 40 0 5 125 16 70 113 61
Binary 11011100 11010000 100000 0 101 1010101 1110 111000 1001011 110001

Color Harmonies of #DCD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD020

Black with #DCD020

Text Example


Text Example

White with #DCD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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