Html Css Color HEX #DCD319 Barberry

📋 copy color: '#DCD319'

red 220 ◦ green 211 ◦ blue 25

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

Shades of Barberry #DCD319

Tints of Barberry #DCD319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.48%

R = 48.25%
G = 46.27%
B = 5.48%

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

#DCD319 (or 0xDCD319) is known color: Barberry. HEX triplet: DC, D3 and 19. RGB value is (220,211,25). Sum of RGB (Red+Green+Blue) = 220+211+25=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD319 is #232CE6. Grayscale: #C1C1C1. Windows color (decimal): -2305255 or 1692636. OLE color: 1692636.

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

Color convert

RGB 220 211 25 -
CMYK 0 0.04 0.89 0.14
HSL 57.23º 0.8% 0.48% -
HSV(B) 57.23º 0.89% 0.86% -
XYZ 52.98 61.87 10.07 -
YUV 192.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 220 211 25 0 0.04 0.89 0.14 57.23 0.8 0.48
Hex DC D3 19 0 4 59 E 39 50 30
Octal 334 323 31 0 4 131 16 71 120 60
Binary 11011100 11010011 11001 0 100 1011001 1110 111001 1010000 110000

Color Harmonies of #DCD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD319

Black with #DCD319

Text Example


Text Example

White with #DCD319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD319; }

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

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

background-color css

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

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

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

border-color css

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

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

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