Html Css Color HEX #DCD614 Barberry

📋 copy color: '#DCD614'

red 220 ◦ green 214 ◦ blue 20

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

Shades of Barberry #DCD614

Tints of Barberry #DCD614

RGB

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

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

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

R = 48.46%
G = 47.14%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD614 (or 0xDCD614) is known color: Barberry. HEX triplet: DC, D6 and 14. RGB value is (220,214,20). Sum of RGB (Red+Green+Blue) = 220+214+20=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD614 is #2329EB. Grayscale: #C2C2C2. Windows color (decimal): -2304492 or 1365724. OLE color: 1365724.

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

Color convert

RGB 220 214 20 -
CMYK 0 0.03 0.91 0.14
HSL 58.2º 0.83% 0.47% -
HSV(B) 58.2º 0.91% 0.86% -
XYZ 53.69 63.36 10.06 -
YUV 193.68 29.99 146.77 -
System Red Green Blue C M Y K H S L
Decimal 220 214 20 0 0.03 0.91 0.14 58.2 0.83 0.47
Hex DC D6 14 0 3 5B E 3A 53 2F
Octal 334 326 24 0 3 133 16 72 123 57
Binary 11011100 11010110 10100 0 11 1011011 1110 111010 1010011 101111

Color Harmonies of #DCD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD614

Black with #DCD614

Text Example


Text Example

White with #DCD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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