Html Css Color HEX #DCD510 Barberry

📋 copy color: '#DCD510'

red 220 ◦ green 213 ◦ blue 16

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

Shades of Barberry #DCD510

Tints of Barberry #DCD510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

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

R = 49%
G = 47.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD510 (or 0xDCD510) is known color: Barberry. HEX triplet: DC, D5 and 10. RGB value is (220,213,16). Sum of RGB (Red+Green+Blue) = 220+213+16=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD510 is #232AEF. Grayscale: #C1C1C1. Windows color (decimal): -2304752 or 1103324. OLE color: 1103324.

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

Color convert

RGB 220 213 16 -
CMYK 0 0.03 0.93 0.14
HSL 57.94º 0.86% 0.46% -
HSV(B) 57.94º 0.93% 0.86% -
XYZ 53.4 62.84 9.81 -
YUV 192.64 28.32 147.52 -
System Red Green Blue C M Y K H S L
Decimal 220 213 16 0 0.03 0.93 0.14 57.94 0.86 0.46
Hex DC D5 10 0 3 5D E 3A 56 2E
Octal 334 325 20 0 3 135 16 72 126 56
Binary 11011100 11010101 10000 0 11 1011101 1110 111010 1010110 101110

Color Harmonies of #DCD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD510

Black with #DCD510

Text Example


Text Example

White with #DCD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD510; }

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

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

background-color css

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

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

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

border-color css

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

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

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