Html Css Color HEX #DCD413 Barberry

📋 copy color: '#DCD413'

red 220 ◦ green 212 ◦ blue 19

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

Shades of Barberry #DCD413

Tints of Barberry #DCD413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.21%

R = 48.78%
G = 47.01%
B = 4.21%

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

#DCD413 (or 0xDCD413) is known color: Barberry. HEX triplet: DC, D4 and 13. RGB value is (220,212,19). Sum of RGB (Red+Green+Blue) = 220+212+19=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD413 is #232BEC. Grayscale: #C1C1C1. Windows color (decimal): -2305005 or 1299676. OLE color: 1299676.

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

Color convert

RGB 220 212 19 -
CMYK 0 0.04 0.91 0.14
HSL 57.61º 0.84% 0.47% -
HSV(B) 57.61º 0.91% 0.86% -
XYZ 53.18 62.35 9.85 -
YUV 192.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 220 212 19 0 0.04 0.91 0.14 57.61 0.84 0.47
Hex DC D4 13 0 4 5B E 3A 54 2F
Octal 334 324 23 0 4 133 16 72 124 57
Binary 11011100 11010100 10011 0 100 1011011 1110 111010 1010100 101111

Color Harmonies of #DCD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD413

Black with #DCD413

Text Example


Text Example

White with #DCD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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