Html Css Color HEX #DCD71D Barberry

📋 copy color: '#DCD71D'

red 220 ◦ green 215 ◦ blue 29

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

Shades of Barberry #DCD71D

Tints of Barberry #DCD71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.25%

R = 47.41%
G = 46.34%
B = 6.25%

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

#DCD71D (or 0xDCD71D) is known color: Barberry. HEX triplet: DC, D7 and 1D. RGB value is (220,215,29). Sum of RGB (Red+Green+Blue) = 220+215+29=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD71D is #2328E2. Grayscale: #C4C4C4. Windows color (decimal): -2304227 or 1955804. OLE color: 1955804.

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

Color convert

RGB 220 215 29 -
CMYK 0 0.02 0.87 0.14
HSL 58.43º 0.77% 0.49% -
HSV(B) 58.43º 0.87% 0.86% -
XYZ 54.04 63.91 10.65 -
YUV 195.29 34.16 145.62 -
System Red Green Blue C M Y K H S L
Decimal 220 215 29 0 0.02 0.87 0.14 58.43 0.77 0.49
Hex DC D7 1D 0 2 57 E 3A 4D 31
Octal 334 327 35 0 2 127 16 72 115 61
Binary 11011100 11010111 11101 0 10 1010111 1110 111010 1001101 110001

Color Harmonies of #DCD71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD71D

Black with #DCD71D

Text Example


Text Example

White with #DCD71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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