Html Css Color HEX #DCD818 Barberry

📋 copy color: '#DCD818'

red 220 ◦ green 216 ◦ blue 24

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

Shades of Barberry #DCD818

Tints of Barberry #DCD818

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 24 (9.77% from 255) = 5.22%

R = 47.83%
G = 46.96%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCD818 (or 0xDCD818) is known color: Barberry. HEX triplet: DC, D8 and 18. RGB value is (220,216,24). Sum of RGB (Red+Green+Blue) = 220+216+24=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD818 is #2327E7. Grayscale: #C4C4C4. Windows color (decimal): -2303976 or 1628380. OLE color: 1628380.

HSL color Cylindrical-coordinate representation of color #DCD818: hue angle of 58.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCD818 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 24 -
CMYK 0 0.02 0.89 0.14
HSL 58.78º 0.8% 0.48% -
HSV(B) 58.78º 0.89% 0.86% -
XYZ 54.24 64.39 10.43 -
YUV 195.31 31.33 145.61 -
System Red Green Blue C M Y K H S L
Decimal 220 216 24 0 0.02 0.89 0.14 58.78 0.8 0.48
Hex DC D8 18 0 2 59 E 3B 50 30
Octal 334 330 30 0 2 131 16 73 120 60
Binary 11011100 11011000 11000 0 10 1011001 1110 111011 1010000 110000

Color Harmonies of #DCD818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD818

Black with #DCD818

Text Example


Text Example

White with #DCD818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD818; }

 p { color: rgb(220,216,24); }

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

background-color css

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

 a { background-color: rgb(220,216,24); }

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

border-color css

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

 span { border-color: rgb(220,216,24); }

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