Html Css Color HEX #DCD310 Barberry

📋 copy color: '#DCD310'

red 220 ◦ green 211 ◦ blue 16

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

Shades of Barberry #DCD310

Tints of Barberry #DCD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

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

R = 49.22%
G = 47.2%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD310 (or 0xDCD310) is known color: Barberry. HEX triplet: DC, D3 and 10. RGB value is (220,211,16). Sum of RGB (Red+Green+Blue) = 220+211+16=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD310 is #232CEF. Grayscale: #C0C0C0. Windows color (decimal): -2305264 or 1102812. OLE color: 1102812.

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

Color convert

RGB 220 211 16 -
CMYK 0 0.04 0.93 0.14
HSL 57.35º 0.86% 0.46% -
HSV(B) 57.35º 0.93% 0.86% -
XYZ 52.9 61.84 9.64 -
YUV 191.46 28.98 148.36 -
System Red Green Blue C M Y K H S L
Decimal 220 211 16 0 0.04 0.93 0.14 57.35 0.86 0.46
Hex DC D3 10 0 4 5D E 39 56 2E
Octal 334 323 20 0 4 135 16 71 126 56
Binary 11011100 11010011 10000 0 100 1011101 1110 111001 1010110 101110

Color Harmonies of #DCD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD310

Black with #DCD310

Text Example


Text Example

White with #DCD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD310; }

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

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

background-color css

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

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

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

border-color css

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

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

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