Html Css Color HEX #DCD41D Barberry

📋 copy color: '#DCD41D'

red 220 ◦ green 212 ◦ blue 29

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

Shades of Barberry #DCD41D

Tints of Barberry #DCD41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

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

R = 47.72%
G = 45.99%
B = 6.29%

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

#DCD41D (or 0xDCD41D) is known color: Barberry. HEX triplet: DC, D4 and 1D. RGB value is (220,212,29). Sum of RGB (Red+Green+Blue) = 220+212+29=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD41D is #232BE2. Grayscale: #C2C2C2. Windows color (decimal): -2304995 or 1955036. OLE color: 1955036.

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

Color convert

RGB 220 212 29 -
CMYK 0 0.04 0.87 0.14
HSL 57.49º 0.77% 0.49% -
HSV(B) 57.49º 0.87% 0.86% -
XYZ 53.28 62.39 10.4 -
YUV 193.53 35.15 146.88 -
System Red Green Blue C M Y K H S L
Decimal 220 212 29 0 0.04 0.87 0.14 57.49 0.77 0.49
Hex DC D4 1D 0 4 57 E 39 4D 31
Octal 334 324 35 0 4 127 16 71 115 61
Binary 11011100 11010100 11101 0 100 1010111 1110 111001 1001101 110001

Color Harmonies of #DCD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD41D

Black with #DCD41D

Text Example


Text Example

White with #DCD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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