Html Css Color HEX #DCD61D Barberry

📋 copy color: '#DCD61D'

red 220 ◦ green 214 ◦ blue 29

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

Shades of Barberry #DCD61D

Tints of Barberry #DCD61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

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

R = 47.52%
G = 46.22%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCD61D (or 0xDCD61D) is known color: Barberry. HEX triplet: DC, D6 and 1D. RGB value is (220,214,29). Sum of RGB (Red+Green+Blue) = 220+214+29=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD61D is #2329E2. Grayscale: #C3C3C3. Windows color (decimal): -2304483 or 1955548. OLE color: 1955548.

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

Color convert

RGB 220 214 29 -
CMYK 0 0.03 0.87 0.14
HSL 58.12º 0.77% 0.49% -
HSV(B) 58.12º 0.87% 0.86% -
XYZ 53.78 63.4 10.56 -
YUV 194.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 220 214 29 0 0.03 0.87 0.14 58.12 0.77 0.49
Hex DC D6 1D 0 3 57 E 3A 4D 31
Octal 334 326 35 0 3 127 16 72 115 61
Binary 11011100 11010110 11101 0 11 1010111 1110 111010 1001101 110001

Color Harmonies of #DCD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD61D

Black with #DCD61D

Text Example


Text Example

White with #DCD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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