Html Css Color HEX #DCD71A Barberry

📋 copy color: '#DCD71A'

red 220 ◦ green 215 ◦ blue 26

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

Shades of Barberry #DCD71A

Tints of Barberry #DCD71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

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

R = 47.72%
G = 46.64%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCD71A (or 0xDCD71A) is known color: Barberry. HEX triplet: DC, D7 and 1A. RGB value is (220,215,26). Sum of RGB (Red+Green+Blue) = 220+215+26=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD71A is #2328E5. Grayscale: #C3C3C3. Windows color (decimal): -2304230 or 1759196. OLE color: 1759196.

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

Color convert

RGB 220 215 26 -
CMYK 0 0.02 0.88 0.14
HSL 58.45º 0.79% 0.48% -
HSV(B) 58.45º 0.88% 0.86% -
XYZ 54 63.89 10.46 -
YUV 194.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 220 215 26 0 0.02 0.88 0.14 58.45 0.79 0.48
Hex DC D7 1A 0 2 58 E 3A 4F 30
Octal 334 327 32 0 2 130 16 72 117 60
Binary 11011100 11010111 11010 0 10 1011000 1110 111010 1001111 110000

Color Harmonies of #DCD71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD71A

Black with #DCD71A

Text Example


Text Example

White with #DCD71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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