Html Css Color HEX #DCD813 Barberry

📋 copy color: '#DCD813'

red 220 ◦ green 216 ◦ blue 19

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

Shades of Barberry #DCD813

Tints of Barberry #DCD813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.47%

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

R = 48.35%
G = 47.47%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD813 (or 0xDCD813) is known color: Barberry. HEX triplet: DC, D8 and 13. RGB value is (220,216,19). Sum of RGB (Red+Green+Blue) = 220+216+19=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD813 is #2327EC. Grayscale: #C3C3C3. Windows color (decimal): -2303981 or 1300700. OLE color: 1300700.

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

Color convert

RGB 220 216 19 -
CMYK 0 0.02 0.91 0.14
HSL 58.81º 0.84% 0.47% -
HSV(B) 58.81º 0.91% 0.86% -
XYZ 54.19 64.37 10.19 -
YUV 194.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 220 216 19 0 0.02 0.91 0.14 58.81 0.84 0.47
Hex DC D8 13 0 2 5B E 3B 54 2F
Octal 334 330 23 0 2 133 16 73 124 57
Binary 11011100 11011000 10011 0 10 1011011 1110 111011 1010100 101111

Color Harmonies of #DCD813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD813

Black with #DCD813

Text Example


Text Example

White with #DCD813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD813; }

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

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

background-color css

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

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

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

border-color css

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

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

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