Html Css Color HEX #DCD910 Barberry

📋 copy color: '#DCD910'

red 220 ◦ green 217 ◦ blue 16

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

Shades of Barberry #DCD910

Tints of Barberry #DCD910

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.9%

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

R = 48.57%
G = 47.9%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD910 (or 0xDCD910) is known color: Barberry. HEX triplet: DC, D9 and 10. RGB value is (220,217,16). Sum of RGB (Red+Green+Blue) = 220+217+16=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD910 is #2326EF. Grayscale: #C3C3C3. Windows color (decimal): -2303728 or 1104348. OLE color: 1104348.

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

Color convert

RGB 220 217 16 -
CMYK 0 0.01 0.93 0.14
HSL 59.12º 0.86% 0.46% -
HSV(B) 59.12º 0.93% 0.86% -
XYZ 54.42 64.88 10.14 -
YUV 194.98 26.99 145.84 -
System Red Green Blue C M Y K H S L
Decimal 220 217 16 0 0.01 0.93 0.14 59.12 0.86 0.46
Hex DC D9 10 0 1 5D E 3B 56 2E
Octal 334 331 20 0 1 135 16 73 126 56
Binary 11011100 11011001 10000 0 1 1011101 1110 111011 1010110 101110

Color Harmonies of #DCD910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD910

Black with #DCD910

Text Example


Text Example

White with #DCD910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD910; }

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

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

background-color css

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

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

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

border-color css

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

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

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