Html Css Color HEX #DCD20F Barberry

📋 copy color: '#DCD20F'

red 220 ◦ green 210 ◦ blue 15

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

Shades of Barberry #DCD20F

Tints of Barberry #DCD20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

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

R = 49.44%
G = 47.19%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD20F (or 0xDCD20F) is known color: Barberry. HEX triplet: DC, D2 and 0F. RGB value is (220,210,15). Sum of RGB (Red+Green+Blue) = 220+210+15=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD20F is #232DF0. Grayscale: #BFBFBF. Windows color (decimal): -2305521 or 1037020. OLE color: 1037020.

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

Color convert

RGB 220 210 15 -
CMYK 0 0.05 0.93 0.14
HSL 57.07º 0.87% 0.46% -
HSV(B) 57.07º 0.93% 0.86% -
XYZ 52.65 61.34 9.52 -
YUV 190.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 220 210 15 0 0.05 0.93 0.14 57.07 0.87 0.46
Hex DC D2 F 0 5 5D E 39 57 2E
Octal 334 322 17 0 5 135 16 71 127 56
Binary 11011100 11010010 1111 0 101 1011101 1110 111001 1010111 101110

Color Harmonies of #DCD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD20F

Black with #DCD20F

Text Example


Text Example

White with #DCD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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