Html Css Color HEX #DCD617 Barberry

📋 copy color: '#DCD617'

red 220 ◦ green 214 ◦ blue 23

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

Shades of Barberry #DCD617

Tints of Barberry #DCD617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.03%

R = 48.14%
G = 46.83%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD617 (or 0xDCD617) is known color: Barberry. HEX triplet: DC, D6 and 17. RGB value is (220,214,23). Sum of RGB (Red+Green+Blue) = 220+214+23=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD617 is #2329E8. Grayscale: #C2C2C2. Windows color (decimal): -2304489 or 1562332. OLE color: 1562332.

HSL color Cylindrical-coordinate representation of color #DCD617: hue angle of 58.17º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD617 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 23 -
CMYK 0 0.03 0.90 0.14
HSL 58.17º 0.81% 0.48% -
HSV(B) 58.17º 0.9% 0.86% -
XYZ 53.72 63.37 10.21 -
YUV 194.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 220 214 23 0 0.03 0.90 0.14 58.17 0.81 0.48
Hex DC D6 17 0 3 5A E 3A 51 30
Octal 334 326 27 0 3 132 16 72 121 60
Binary 11011100 11010110 10111 0 11 1011010 1110 111010 1010001 110000

Color Harmonies of #DCD617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD617

Black with #DCD617

Text Example


Text Example

White with #DCD617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD617; }

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

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

background-color css

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

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

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

border-color css

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

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

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