Html Css Color HEX #DCD416 Barberry

📋 copy color: '#DCD416'

red 220 ◦ green 212 ◦ blue 22

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

Shades of Barberry #DCD416

Tints of Barberry #DCD416

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.7%

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

R = 48.46%
G = 46.7%
B = 4.85%

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

#DCD416 (or 0xDCD416) is known color: Barberry. HEX triplet: DC, D4 and 16. RGB value is (220,212,22). Sum of RGB (Red+Green+Blue) = 220+212+22=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD416 is #232BE9. Grayscale: #C1C1C1. Windows color (decimal): -2305002 or 1496284. OLE color: 1496284.

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

Color convert

RGB 220 212 22 -
CMYK 0 0.04 0.9 0.14
HSL 57.58º 0.82% 0.47% -
HSV(B) 57.58º 0.9% 0.86% -
XYZ 53.2 62.36 9.99 -
YUV 192.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 220 212 22 0 0.04 0.9 0.14 57.58 0.82 0.47
Hex DC D4 16 0 4 5A E 3A 52 2F
Octal 334 324 26 0 4 132 16 72 122 57
Binary 11011100 11010100 10110 0 100 1011010 1110 111010 1010010 101111

Color Harmonies of #DCD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD416

Black with #DCD416

Text Example


Text Example

White with #DCD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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