Html Css Color HEX #DCD31F Barberry

📋 copy color: '#DCD31F'

red 220 ◦ green 211 ◦ blue 31

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

Shades of Barberry #DCD31F

Tints of Barberry #DCD31F

RGB

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

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

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

R = 47.62%
G = 45.67%
B = 6.71%

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

#DCD31F (or 0xDCD31F) is known color: Barberry. HEX triplet: DC, D3 and 1F. RGB value is (220,211,31). Sum of RGB (Red+Green+Blue) = 220+211+31=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 31 (12.5% from 255 or 6.71% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD31F is #232CE0. Grayscale: #C1C1C1. Windows color (decimal): -2305249 or 2085852. OLE color: 2085852.

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

Color convert

RGB 220 211 31 -
CMYK 0 0.04 0.86 0.14
HSL 57.14º 0.75% 0.49% -
HSV(B) 57.14º 0.86% 0.86% -
XYZ 53.06 61.9 10.45 -
YUV 193.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 220 211 31 0 0.04 0.86 0.14 57.14 0.75 0.49
Hex DC D3 1F 0 4 56 E 39 4B 31
Octal 334 323 37 0 4 126 16 71 113 61
Binary 11011100 11010011 11111 0 100 1010110 1110 111001 1001011 110001

Color Harmonies of #DCD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD31F

Black with #DCD31F

Text Example


Text Example

White with #DCD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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