Html Css Color HEX #DCD31C Barberry

📋 copy color: '#DCD31C'

red 220 ◦ green 211 ◦ blue 28

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

Shades of Barberry #DCD31C

Tints of Barberry #DCD31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.1%

R = 47.93%
G = 45.97%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD31C (or 0xDCD31C) is known color: Barberry. HEX triplet: DC, D3 and 1C. RGB value is (220,211,28). Sum of RGB (Red+Green+Blue) = 220+211+28=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD31C is #232CE3. Grayscale: #C1C1C1. Windows color (decimal): -2305252 or 1889244. OLE color: 1889244.

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

Color convert

RGB 220 211 28 -
CMYK 0 0.04 0.87 0.14
HSL 57.19º 0.77% 0.49% -
HSV(B) 57.19º 0.87% 0.86% -
XYZ 53.02 61.89 10.25 -
YUV 192.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 220 211 28 0 0.04 0.87 0.14 57.19 0.77 0.49
Hex DC D3 1C 0 4 57 E 39 4D 31
Octal 334 323 34 0 4 127 16 71 115 61
Binary 11011100 11010011 11100 0 100 1010111 1110 111001 1001101 110001

Color Harmonies of #DCD31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD31C

Black with #DCD31C

Text Example


Text Example

White with #DCD31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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