Html Css Color HEX #DCD713 Barberry

📋 copy color: '#DCD713'

red 220 ◦ green 215 ◦ blue 19

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

Shades of Barberry #DCD713

Tints of Barberry #DCD713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.36%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 48.46%
G = 47.36%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD713 (or 0xDCD713) is known color: Barberry. HEX triplet: DC, D7 and 13. RGB value is (220,215,19). Sum of RGB (Red+Green+Blue) = 220+215+19=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD713 is #2328EC. Grayscale: #C2C2C2. Windows color (decimal): -2304237 or 1300444. OLE color: 1300444.

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

Color convert

RGB 220 215 19 -
CMYK 0 0.02 0.91 0.14
HSL 58.51º 0.84% 0.47% -
HSV(B) 58.51º 0.91% 0.86% -
XYZ 53.93 63.86 10.1 -
YUV 194.15 29.16 146.44 -
System Red Green Blue C M Y K H S L
Decimal 220 215 19 0 0.02 0.91 0.14 58.51 0.84 0.47
Hex DC D7 13 0 2 5B E 3B 54 2F
Octal 334 327 23 0 2 133 16 73 124 57
Binary 11011100 11010111 10011 0 10 1011011 1110 111011 1010100 101111

Color Harmonies of #DCD713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD713

Black with #DCD713

Text Example


Text Example

White with #DCD713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD713; }

 p { color: rgb(220,215,19); }

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

background-color css

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

 a { background-color: rgb(220,215,19); }

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

border-color css

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

 span { border-color: rgb(220,215,19); }

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