Html Css Color HEX #DCD318 Barberry

📋 copy color: '#DCD318'

red 220 ◦ green 211 ◦ blue 24

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

Shades of Barberry #DCD318

Tints of Barberry #DCD318

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.37%

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

R = 48.35%
G = 46.37%
B = 5.27%

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

#DCD318 (or 0xDCD318) is known color: Barberry. HEX triplet: DC, D3 and 18. RGB value is (220,211,24). Sum of RGB (Red+Green+Blue) = 220+211+24=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD318 is #232CE7. Grayscale: #C1C1C1. Windows color (decimal): -2305256 or 1627100. OLE color: 1627100.

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

Color convert

RGB 220 211 24 -
CMYK 0 0.04 0.89 0.14
HSL 57.24º 0.8% 0.48% -
HSV(B) 57.24º 0.89% 0.86% -
XYZ 52.97 61.87 10.01 -
YUV 192.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 220 211 24 0 0.04 0.89 0.14 57.24 0.8 0.48
Hex DC D3 18 0 4 59 E 39 50 30
Octal 334 323 30 0 4 131 16 71 120 60
Binary 11011100 11010011 11000 0 100 1011001 1110 111001 1010000 110000

Color Harmonies of #DCD318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD318

Black with #DCD318

Text Example


Text Example

White with #DCD318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD318; }

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

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

background-color css

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

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

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

border-color css

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

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

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