Html Css Color HEX #DCD418 Barberry

📋 copy color: '#DCD418'

red 220 ◦ green 212 ◦ blue 24

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

Shades of Barberry #DCD418

Tints of Barberry #DCD418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.26%

R = 48.25%
G = 46.49%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCD418 (or 0xDCD418) is known color: Barberry. HEX triplet: DC, D4 and 18. RGB value is (220,212,24). Sum of RGB (Red+Green+Blue) = 220+212+24=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD418 is #232BE7. Grayscale: #C1C1C1. Windows color (decimal): -2305000 or 1627356. OLE color: 1627356.

HSL color Cylindrical-coordinate representation of color #DCD418: hue angle of 57.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCD418 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 24 -
CMYK 0 0.04 0.89 0.14
HSL 57.55º 0.8% 0.48% -
HSV(B) 57.55º 0.89% 0.86% -
XYZ 53.22 62.37 10.1 -
YUV 192.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 220 212 24 0 0.04 0.89 0.14 57.55 0.8 0.48
Hex DC D4 18 0 4 59 E 3A 50 30
Octal 334 324 30 0 4 131 16 72 120 60
Binary 11011100 11010100 11000 0 100 1011001 1110 111010 1010000 110000

Color Harmonies of #DCD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD418

Black with #DCD418

Text Example


Text Example

White with #DCD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD418; }

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

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

background-color css

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

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

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

border-color css

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

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

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