Html Css Color HEX #DCD41F Barberry

📋 copy color: '#DCD41F'

red 220 ◦ green 212 ◦ blue 31

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

Shades of Barberry #DCD41F

Tints of Barberry #DCD41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 31 (12.5% from 255) = 6.7%

R = 47.52%
G = 45.79%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCD41F (or 0xDCD41F) is known color: Barberry. HEX triplet: DC, D4 and 1F. RGB value is (220,212,31). Sum of RGB (Red+Green+Blue) = 220+212+31=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD41F is #232BE0. Grayscale: #C2C2C2. Windows color (decimal): -2304993 or 2086108. OLE color: 2086108.

HSL color Cylindrical-coordinate representation of color #DCD41F: hue angle of 57.46º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCD41F is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 31 -
CMYK 0 0.04 0.86 0.14
HSL 57.46º 0.75% 0.49% -
HSV(B) 57.46º 0.86% 0.86% -
XYZ 53.31 62.4 10.53 -
YUV 193.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 220 212 31 0 0.04 0.86 0.14 57.46 0.75 0.49
Hex DC D4 1F 0 4 56 E 39 4B 31
Octal 334 324 37 0 4 126 16 71 113 61
Binary 11011100 11010100 11111 0 100 1010110 1110 111001 1001011 110001

Color Harmonies of #DCD41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD41F

Black with #DCD41F

Text Example


Text Example

White with #DCD41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD41F; }

 p { color: rgb(220,212,31); }

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

background-color css

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

 a { background-color: rgb(220,212,31); }

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

border-color css

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

 span { border-color: rgb(220,212,31); }

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