Html Css Color HEX #DCD214 Barberry

📋 copy color: '#DCD214'

red 220 ◦ green 210 ◦ blue 20

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

Shades of Barberry #DCD214

Tints of Barberry #DCD214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.67%

 BLUE value IS 20 (8.2% from 255) = 4.44%

R = 48.89%
G = 46.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD214 (or 0xDCD214) is known color: Barberry. HEX triplet: DC, D2 and 14. RGB value is (220,210,20). Sum of RGB (Red+Green+Blue) = 220+210+20=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD214 is #232DEB. Grayscale: #C0C0C0. Windows color (decimal): -2305516 or 1364700. OLE color: 1364700.

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

Color convert

RGB 220 210 20 -
CMYK 0 0.05 0.91 0.14
HSL 57º 0.83% 0.47% -
HSV(B) 57º 0.91% 0.86% -
XYZ 52.69 61.36 9.73 -
YUV 191.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 220 210 20 0 0.05 0.91 0.14 57 0.83 0.47
Hex DC D2 14 0 5 5B E 39 53 2F
Octal 334 322 24 0 5 133 16 71 123 57
Binary 11011100 11010010 10100 0 101 1011011 1110 111001 1010011 101111

Color Harmonies of #DCD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD214

Black with #DCD214

Text Example


Text Example

White with #DCD214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD214; }

 p { color: rgb(220,210,20); }

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

background-color css

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

 a { background-color: rgb(220,210,20); }

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

border-color css

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

 span { border-color: rgb(220,210,20); }

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