Html Css Color HEX #DCD716 Barberry

📋 copy color: '#DCD716'

red 220 ◦ green 215 ◦ blue 22

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

Shades of Barberry #DCD716

Tints of Barberry #DCD716

RGB

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

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

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

R = 48.14%
G = 47.05%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCD716 (or 0xDCD716) is known color: Barberry. HEX triplet: DC, D7 and 16. RGB value is (220,215,22). Sum of RGB (Red+Green+Blue) = 220+215+22=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD716 is #2328E9. Grayscale: #C3C3C3. Windows color (decimal): -2304234 or 1497052. OLE color: 1497052.

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

Color convert

RGB 220 215 22 -
CMYK 0 0.02 0.9 0.14
HSL 58.48º 0.82% 0.47% -
HSV(B) 58.48º 0.9% 0.86% -
XYZ 53.96 63.87 10.24 -
YUV 194.49 30.66 146.19 -
System Red Green Blue C M Y K H S L
Decimal 220 215 22 0 0.02 0.9 0.14 58.48 0.82 0.47
Hex DC D7 16 0 2 5A E 3A 52 2F
Octal 334 327 26 0 2 132 16 72 122 57
Binary 11011100 11010111 10110 0 10 1011010 1110 111010 1010010 101111

Color Harmonies of #DCD716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD716

Black with #DCD716

Text Example


Text Example

White with #DCD716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD716; }

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

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

background-color css

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

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

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

border-color css

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

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

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