Html Css Color HEX #DCD60D Barberry

📋 copy color: '#DCD60D'

red 220 ◦ green 214 ◦ blue 13

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

Shades of Barberry #DCD60D

Tints of Barberry #DCD60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 49.22%
G = 47.87%
B = 2.91%

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

#DCD60D (or 0xDCD60D) is known color: Barberry. HEX triplet: DC, D6 and 0D. RGB value is (220,214,13). Sum of RGB (Red+Green+Blue) = 220+214+13=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD60D is #2329F2. Grayscale: #C1C1C1. Windows color (decimal): -2304499 or 906972. OLE color: 906972.

HSL color Cylindrical-coordinate representation of color #DCD60D: hue angle of 58.26º degrees, saturation: 0.89, 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 #DCD60D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 13 -
CMYK 0 0.03 0.94 0.14
HSL 58.26º 0.89% 0.46% -
HSV(B) 58.26º 0.94% 0.86% -
XYZ 53.63 63.34 9.78 -
YUV 192.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 220 214 13 0 0.03 0.94 0.14 58.26 0.89 0.46
Hex DC D6 D 0 3 5E E 3A 59 2E
Octal 334 326 15 0 3 136 16 72 131 56
Binary 11011100 11010110 1101 0 11 1011110 1110 111010 1011001 101110

Color Harmonies of #DCD60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD60D

Black with #DCD60D

Text Example


Text Example

White with #DCD60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD60D; }

 p { color: rgb(220,214,13); }

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

background-color css

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

 a { background-color: rgb(220,214,13); }

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

border-color css

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

 span { border-color: rgb(220,214,13); }

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