Html Css Color HEX #DCD71C Barberry

📋 copy color: '#DCD71C'

red 220 ◦ green 215 ◦ blue 28

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

Shades of Barberry #DCD71C

Tints of Barberry #DCD71C

RGB

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

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

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

R = 47.52%
G = 46.44%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD71C (or 0xDCD71C) is known color: Barberry. HEX triplet: DC, D7 and 1C. RGB value is (220,215,28). Sum of RGB (Red+Green+Blue) = 220+215+28=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD71C is #2328E3. Grayscale: #C3C3C3. Windows color (decimal): -2304228 or 1890268. OLE color: 1890268.

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

Color convert

RGB 220 215 28 -
CMYK 0 0.02 0.87 0.14
HSL 58.44º 0.77% 0.49% -
HSV(B) 58.44º 0.87% 0.86% -
XYZ 54.03 63.9 10.59 -
YUV 195.18 33.66 145.71 -
System Red Green Blue C M Y K H S L
Decimal 220 215 28 0 0.02 0.87 0.14 58.44 0.77 0.49
Hex DC D7 1C 0 2 57 E 3A 4D 31
Octal 334 327 34 0 2 127 16 72 115 61
Binary 11011100 11010111 11100 0 10 1010111 1110 111010 1001101 110001

Color Harmonies of #DCD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD71C

Black with #DCD71C

Text Example


Text Example

White with #DCD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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