Html Css Color HEX #DCD50E Barberry

📋 copy color: '#DCD50E'

red 220 ◦ green 213 ◦ blue 14

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

Shades of Barberry #DCD50E

Tints of Barberry #DCD50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 49.22%
G = 47.65%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCD50E (or 0xDCD50E) is known color: Barberry. HEX triplet: DC, D5 and 0E. RGB value is (220,213,14). Sum of RGB (Red+Green+Blue) = 220+213+14=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD50E is #232AF1. Grayscale: #C1C1C1. Windows color (decimal): -2304754 or 972252. OLE color: 972252.

HSL color Cylindrical-coordinate representation of color #DCD50E: hue angle of 57.96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCD50E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 14 -
CMYK 0 0.03 0.94 0.14
HSL 57.96º 0.88% 0.46% -
HSV(B) 57.96º 0.94% 0.86% -
XYZ 53.39 62.84 9.73 -
YUV 192.41 27.32 147.68 -
System Red Green Blue C M Y K H S L
Decimal 220 213 14 0 0.03 0.94 0.14 57.96 0.88 0.46
Hex DC D5 E 0 3 5E E 3A 58 2E
Octal 334 325 16 0 3 136 16 72 130 56
Binary 11011100 11010101 1110 0 11 1011110 1110 111010 1011000 101110

Color Harmonies of #DCD50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD50E

Black with #DCD50E

Text Example


Text Example

White with #DCD50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD50E; }

 p { color: rgb(220,213,14); }

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

background-color css

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

 a { background-color: rgb(220,213,14); }

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

border-color css

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

 span { border-color: rgb(220,213,14); }

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