Html Css Color HEX #DCD31E Barberry

📋 copy color: '#DCD31E'

red 220 ◦ green 211 ◦ blue 30

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

Shades of Barberry #DCD31E

Tints of Barberry #DCD31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.51%

R = 47.72%
G = 45.77%
B = 6.51%

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

#DCD31E (or 0xDCD31E) is known color: Barberry. HEX triplet: DC, D3 and 1E. RGB value is (220,211,30). Sum of RGB (Red+Green+Blue) = 220+211+30=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD31E is #232CE1. Grayscale: #C1C1C1. Windows color (decimal): -2305250 or 2020316. OLE color: 2020316.

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

Color convert

RGB 220 211 30 -
CMYK 0 0.04 0.86 0.14
HSL 57.16º 0.76% 0.49% -
HSV(B) 57.16º 0.86% 0.86% -
XYZ 53.04 61.9 10.38 -
YUV 193.06 35.98 147.22 -
System Red Green Blue C M Y K H S L
Decimal 220 211 30 0 0.04 0.86 0.14 57.16 0.76 0.49
Hex DC D3 1E 0 4 56 E 39 4C 31
Octal 334 323 36 0 4 126 16 71 114 61
Binary 11011100 11010011 11110 0 100 1010110 1110 111001 1001100 110001

Color Harmonies of #DCD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD31E

Black with #DCD31E

Text Example


Text Example

White with #DCD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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