Html Css Color HEX #DCD114 Barberry

📋 copy color: '#DCD114'

red 220 ◦ green 209 ◦ blue 20

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

Shades of Barberry #DCD114

Tints of Barberry #DCD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

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

R = 49%
G = 46.55%
B = 4.45%

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

#DCD114 (or 0xDCD114) is known color: Barberry. HEX triplet: DC, D1 and 14. RGB value is (220,209,20). Sum of RGB (Red+Green+Blue) = 220+209+20=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD114 is #232EEB. Grayscale: #BFBFBF. Windows color (decimal): -2305772 or 1364444. OLE color: 1364444.

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

Color convert

RGB 220 209 20 -
CMYK 0 0.05 0.91 0.14
HSL 56.7º 0.83% 0.47% -
HSV(B) 56.7º 0.91% 0.86% -
XYZ 52.44 60.87 9.65 -
YUV 190.74 31.64 148.87 -
System Red Green Blue C M Y K H S L
Decimal 220 209 20 0 0.05 0.91 0.14 56.7 0.83 0.47
Hex DC D1 14 0 5 5B E 39 53 2F
Octal 334 321 24 0 5 133 16 71 123 57
Binary 11011100 11010001 10100 0 101 1011011 1110 111001 1010011 101111

Color Harmonies of #DCD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD114

Black with #DCD114

Text Example


Text Example

White with #DCD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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