Html Css Color HEX #DCD710 Barberry

📋 copy color: '#DCD710'

red 220 ◦ green 215 ◦ blue 16

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

Shades of Barberry #DCD710

Tints of Barberry #DCD710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.55%

R = 48.78%
G = 47.67%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD710 (or 0xDCD710) is known color: Barberry. HEX triplet: DC, D7 and 10. RGB value is (220,215,16). Sum of RGB (Red+Green+Blue) = 220+215+16=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD710 is #2328EF. Grayscale: #C2C2C2. Windows color (decimal): -2304240 or 1103836. OLE color: 1103836.

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

Color convert

RGB 220 215 16 -
CMYK 0 0.02 0.93 0.14
HSL 58.53º 0.86% 0.46% -
HSV(B) 58.53º 0.93% 0.86% -
XYZ 53.91 63.85 9.97 -
YUV 193.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 220 215 16 0 0.02 0.93 0.14 58.53 0.86 0.46
Hex DC D7 10 0 2 5D E 3B 56 2E
Octal 334 327 20 0 2 135 16 73 126 56
Binary 11011100 11010111 10000 0 10 1011101 1110 111011 1010110 101110

Color Harmonies of #DCD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD710

Black with #DCD710

Text Example


Text Example

White with #DCD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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