Html Css Color HEX #DCD50F Barberry

📋 copy color: '#DCD50F'

red 220 ◦ green 213 ◦ blue 15

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

Shades of Barberry #DCD50F

Tints of Barberry #DCD50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.35%

R = 49.11%
G = 47.54%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD50F (or 0xDCD50F) is known color: Barberry. HEX triplet: DC, D5 and 0F. RGB value is (220,213,15). Sum of RGB (Red+Green+Blue) = 220+213+15=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD50F is #232AF0. Grayscale: #C1C1C1. Windows color (decimal): -2304753 or 1037788. OLE color: 1037788.

HSL color Cylindrical-coordinate representation of color #DCD50F: hue angle of 57.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD50F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 15 -
CMYK 0 0.03 0.93 0.14
HSL 57.95º 0.87% 0.46% -
HSV(B) 57.95º 0.93% 0.86% -
XYZ 53.4 62.84 9.77 -
YUV 192.52 27.82 147.6 -
System Red Green Blue C M Y K H S L
Decimal 220 213 15 0 0.03 0.93 0.14 57.95 0.87 0.46
Hex DC D5 F 0 3 5D E 3A 57 2E
Octal 334 325 17 0 3 135 16 72 127 56
Binary 11011100 11010101 1111 0 11 1011101 1110 111010 1010111 101110

Color Harmonies of #DCD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD50F

Black with #DCD50F

Text Example


Text Example

White with #DCD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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