Html Css Color HEX #DCD415 Barberry

📋 copy color: '#DCD415'

red 220 ◦ green 212 ◦ blue 21

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

Shades of Barberry #DCD415

Tints of Barberry #DCD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

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

R = 48.57%
G = 46.8%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD415 (or 0xDCD415) is known color: Barberry. HEX triplet: DC, D4 and 15. RGB value is (220,212,21). Sum of RGB (Red+Green+Blue) = 220+212+21=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD415 is #232BEA. Grayscale: #C1C1C1. Windows color (decimal): -2305003 or 1430748. OLE color: 1430748.

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

Color convert

RGB 220 212 21 -
CMYK 0 0.04 0.90 0.14
HSL 57.59º 0.83% 0.47% -
HSV(B) 57.59º 0.9% 0.86% -
XYZ 53.19 62.36 9.94 -
YUV 192.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 220 212 21 0 0.04 0.90 0.14 57.59 0.83 0.47
Hex DC D4 15 0 4 5A E 3A 53 2F
Octal 334 324 25 0 4 132 16 72 123 57
Binary 11011100 11010100 10101 0 100 1011010 1110 111010 1010011 101111

Color Harmonies of #DCD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD415

Black with #DCD415

Text Example


Text Example

White with #DCD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD415; }

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

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

background-color css

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

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

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

border-color css

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

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

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