Html Css Color HEX #DCDA13 Barberry

📋 copy color: '#DCDA13'

red 220 ◦ green 218 ◦ blue 19

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

Shades of Barberry #DCDA13

Tints of Barberry #DCDA13

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 48.14%
G = 47.7%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCDA13 (or 0xDCDA13) is known color: Barberry. HEX triplet: DC, DA and 13. RGB value is (220,218,19). Sum of RGB (Red+Green+Blue) = 220+218+19=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA13 is #2325EC. Grayscale: #C4C4C4. Windows color (decimal): -2303469 or 1301212. OLE color: 1301212.

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

Color convert

RGB 220 218 19 -
CMYK 0 0.01 0.91 0.14
HSL 59.4º 0.84% 0.47% -
HSV(B) 59.4º 0.91% 0.86% -
XYZ 54.7 65.41 10.36 -
YUV 195.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 220 218 19 0 0.01 0.91 0.14 59.4 0.84 0.47
Hex DC DA 13 0 1 5B E 3B 54 2F
Octal 334 332 23 0 1 133 16 73 124 57
Binary 11011100 11011010 10011 0 1 1011011 1110 111011 1010100 101111

Color Harmonies of #DCDA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA13

Black with #DCDA13

Text Example


Text Example

White with #DCDA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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