Html Css Color HEX #DCD717 Barberry

📋 copy color: '#DCD717'

red 220 ◦ green 215 ◦ blue 23

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

Shades of Barberry #DCD717

Tints of Barberry #DCD717

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.94%

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

R = 48.03%
G = 46.94%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD717 (or 0xDCD717) is known color: Barberry. HEX triplet: DC, D7 and 17. RGB value is (220,215,23). Sum of RGB (Red+Green+Blue) = 220+215+23=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD717 is #2328E8. Grayscale: #C3C3C3. Windows color (decimal): -2304233 or 1562588. OLE color: 1562588.

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

Color convert

RGB 220 215 23 -
CMYK 0 0.02 0.90 0.14
HSL 58.48º 0.81% 0.48% -
HSV(B) 58.48º 0.9% 0.86% -
XYZ 53.97 63.88 10.3 -
YUV 194.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 220 215 23 0 0.02 0.90 0.14 58.48 0.81 0.48
Hex DC D7 17 0 2 5A E 3A 51 30
Octal 334 327 27 0 2 132 16 72 121 60
Binary 11011100 11010111 10111 0 10 1011010 1110 111010 1010001 110000

Color Harmonies of #DCD717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD717

Black with #DCD717

Text Example


Text Example

White with #DCD717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD717; }

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

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

background-color css

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

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

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

border-color css

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

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

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