Html Css Color HEX #DCD316 Barberry

📋 copy color: '#DCD316'

red 220 ◦ green 211 ◦ blue 22

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

Shades of Barberry #DCD316

Tints of Barberry #DCD316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 48.57%
G = 46.58%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCD316 (or 0xDCD316) is known color: Barberry. HEX triplet: DC, D3 and 16. RGB value is (220,211,22). Sum of RGB (Red+Green+Blue) = 220+211+22=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD316 is #232CE9. Grayscale: #C0C0C0. Windows color (decimal): -2305258 or 1496028. OLE color: 1496028.

HSL color Cylindrical-coordinate representation of color #DCD316: hue angle of 57.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD316 is Cyan = 0, Magento = 0.04, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 22 -
CMYK 0 0.04 0.9 0.14
HSL 57.27º 0.82% 0.47% -
HSV(B) 57.27º 0.9% 0.86% -
XYZ 52.95 61.86 9.91 -
YUV 192.15 31.98 147.87 -
System Red Green Blue C M Y K H S L
Decimal 220 211 22 0 0.04 0.9 0.14 57.27 0.82 0.47
Hex DC D3 16 0 4 5A E 39 52 2F
Octal 334 323 26 0 4 132 16 71 122 57
Binary 11011100 11010011 10110 0 100 1011010 1110 111001 1010010 101111

Color Harmonies of #DCD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD316

Black with #DCD316

Text Example


Text Example

White with #DCD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD316; }

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

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

background-color css

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

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

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

border-color css

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

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

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