Html Css Color HEX #DCD414 Barberry

📋 copy color: '#DCD414'

red 220 ◦ green 212 ◦ blue 20

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

Shades of Barberry #DCD414

Tints of Barberry #DCD414

RGB

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

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

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

R = 48.67%
G = 46.9%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD414 (or 0xDCD414) is known color: Barberry. HEX triplet: DC, D4 and 14. RGB value is (220,212,20). Sum of RGB (Red+Green+Blue) = 220+212+20=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD414 is #232BEB. Grayscale: #C1C1C1. Windows color (decimal): -2305004 or 1365212. OLE color: 1365212.

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

Color convert

RGB 220 212 20 -
CMYK 0 0.04 0.91 0.14
HSL 57.6º 0.83% 0.47% -
HSV(B) 57.6º 0.91% 0.86% -
XYZ 53.18 62.35 9.89 -
YUV 192.5 30.65 147.61 -
System Red Green Blue C M Y K H S L
Decimal 220 212 20 0 0.04 0.91 0.14 57.6 0.83 0.47
Hex DC D4 14 0 4 5B E 3A 53 2F
Octal 334 324 24 0 4 133 16 72 123 57
Binary 11011100 11010100 10100 0 100 1011011 1110 111010 1010011 101111

Color Harmonies of #DCD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD414

Black with #DCD414

Text Example


Text Example

White with #DCD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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