Html Css Color HEX #DCD31A Barberry

📋 copy color: '#DCD31A'

red 220 ◦ green 211 ◦ blue 26

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

Shades of Barberry #DCD31A

Tints of Barberry #DCD31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.69%

R = 48.14%
G = 46.17%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCD31A (or 0xDCD31A) is known color: Barberry. HEX triplet: DC, D3 and 1A. RGB value is (220,211,26). Sum of RGB (Red+Green+Blue) = 220+211+26=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD31A is #232CE5. Grayscale: #C1C1C1. Windows color (decimal): -2305254 or 1758172. OLE color: 1758172.

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

Color convert

RGB 220 211 26 -
CMYK 0 0.04 0.88 0.14
HSL 57.22º 0.79% 0.48% -
HSV(B) 57.22º 0.88% 0.86% -
XYZ 53 61.88 10.13 -
YUV 192.6 33.98 147.54 -
System Red Green Blue C M Y K H S L
Decimal 220 211 26 0 0.04 0.88 0.14 57.22 0.79 0.48
Hex DC D3 1A 0 4 58 E 39 4F 30
Octal 334 323 32 0 4 130 16 71 117 60
Binary 11011100 11010011 11010 0 100 1011000 1110 111001 1001111 110000

Color Harmonies of #DCD31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD31A

Black with #DCD31A

Text Example


Text Example

White with #DCD31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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