Html Css Color HEX #DCD513 Barberry

📋 copy color: '#DCD513'

red 220 ◦ green 213 ◦ blue 19

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

Shades of Barberry #DCD513

Tints of Barberry #DCD513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.12%

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

R = 48.67%
G = 47.12%
B = 4.2%

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

#DCD513 (or 0xDCD513) is known color: Barberry. HEX triplet: DC, D5 and 13. RGB value is (220,213,19). Sum of RGB (Red+Green+Blue) = 220+213+19=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD513 is #232AEC. Grayscale: #C1C1C1. Windows color (decimal): -2304749 or 1299932. OLE color: 1299932.

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

Color convert

RGB 220 213 19 -
CMYK 0 0.03 0.91 0.14
HSL 57.91º 0.84% 0.47% -
HSV(B) 57.91º 0.91% 0.86% -
XYZ 53.43 62.85 9.93 -
YUV 192.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 220 213 19 0 0.03 0.91 0.14 57.91 0.84 0.47
Hex DC D5 13 0 3 5B E 3A 54 2F
Octal 334 325 23 0 3 133 16 72 124 57
Binary 11011100 11010101 10011 0 11 1011011 1110 111010 1010100 101111

Color Harmonies of #DCD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD513

Black with #DCD513

Text Example


Text Example

White with #DCD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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