Html Css Color HEX #DCD028 Barberry

📋 copy color: '#DCD028'

red 220 ◦ green 208 ◦ blue 40

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

Shades of Barberry #DCD028

Tints of Barberry #DCD028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.55%

R = 47.01%
G = 44.44%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCD028 (or 0xDCD028) is known color: Barberry. HEX triplet: DC, D0 and 28. RGB value is (220,208,40). Sum of RGB (Red+Green+Blue) = 220+208+40=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD028 is #232FD7. Grayscale: #C1C1C1. Windows color (decimal): -2306008 or 2674908. OLE color: 2674908.

HSL color Cylindrical-coordinate representation of color #DCD028: hue angle of 56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD028 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 40 -
CMYK 0 0.05 0.82 0.14
HSL 56º 0.72% 0.51% -
HSV(B) 56º 0.82% 0.86% -
XYZ 52.45 60.48 10.92 -
YUV 192.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 220 208 40 0 0.05 0.82 0.14 56 0.72 0.51
Hex DC D0 28 0 5 52 E 38 48 33
Octal 334 320 50 0 5 122 16 70 110 63
Binary 11011100 11010000 101000 0 101 1010010 1110 111000 1001000 110011

Color Harmonies of #DCD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD028

Black with #DCD028

Text Example


Text Example

White with #DCD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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