Html Css Color HEX #DCD618 Barberry

📋 copy color: '#DCD618'

red 220 ◦ green 214 ◦ blue 24

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

Shades of Barberry #DCD618

Tints of Barberry #DCD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.72%

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

R = 48.03%
G = 46.72%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCD618 (or 0xDCD618) is known color: Barberry. HEX triplet: DC, D6 and 18. RGB value is (220,214,24). Sum of RGB (Red+Green+Blue) = 220+214+24=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD618 is #2329E7. Grayscale: #C2C2C2. Windows color (decimal): -2304488 or 1627868. OLE color: 1627868.

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

Color convert

RGB 220 214 24 -
CMYK 0 0.03 0.89 0.14
HSL 58.16º 0.8% 0.48% -
HSV(B) 58.16º 0.89% 0.86% -
XYZ 53.73 63.37 10.27 -
YUV 194.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 220 214 24 0 0.03 0.89 0.14 58.16 0.8 0.48
Hex DC D6 18 0 3 59 E 3A 50 30
Octal 334 326 30 0 3 131 16 72 120 60
Binary 11011100 11010110 11000 0 11 1011001 1110 111010 1010000 110000

Color Harmonies of #DCD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD618

Black with #DCD618

Text Example


Text Example

White with #DCD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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