Html Css Color HEX #DCD715 Barberry

📋 copy color: '#DCD715'

red 220 ◦ green 215 ◦ blue 21

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

Shades of Barberry #DCD715

Tints of Barberry #DCD715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.61%

R = 48.25%
G = 47.15%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD715 (or 0xDCD715) is known color: Barberry. HEX triplet: DC, D7 and 15. RGB value is (220,215,21). Sum of RGB (Red+Green+Blue) = 220+215+21=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD715 is #2328EA. Grayscale: #C3C3C3. Windows color (decimal): -2304235 or 1431516. OLE color: 1431516.

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

Color convert

RGB 220 215 21 -
CMYK 0 0.02 0.90 0.14
HSL 58.49º 0.83% 0.47% -
HSV(B) 58.49º 0.9% 0.86% -
XYZ 53.95 63.87 10.19 -
YUV 194.38 30.16 146.27 -
System Red Green Blue C M Y K H S L
Decimal 220 215 21 0 0.02 0.90 0.14 58.49 0.83 0.47
Hex DC D7 15 0 2 5A E 3A 53 2F
Octal 334 327 25 0 2 132 16 72 123 57
Binary 11011100 11010111 10101 0 10 1011010 1110 111010 1010011 101111

Color Harmonies of #DCD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD715

Black with #DCD715

Text Example


Text Example

White with #DCD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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