Html Css Color HEX #DCD61B Barberry

📋 copy color: '#DCD61B'

red 220 ◦ green 214 ◦ blue 27

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

Shades of Barberry #DCD61B

Tints of Barberry #DCD61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.86%

R = 47.72%
G = 46.42%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCD61B (or 0xDCD61B) is known color: Barberry. HEX triplet: DC, D6 and 1B. RGB value is (220,214,27). Sum of RGB (Red+Green+Blue) = 220+214+27=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD61B is #2329E4. Grayscale: #C3C3C3. Windows color (decimal): -2304485 or 1824476. OLE color: 1824476.

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

Color convert

RGB 220 214 27 -
CMYK 0 0.03 0.88 0.14
HSL 58.13º 0.78% 0.48% -
HSV(B) 58.13º 0.88% 0.86% -
XYZ 53.76 63.39 10.44 -
YUV 194.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 220 214 27 0 0.03 0.88 0.14 58.13 0.78 0.48
Hex DC D6 1B 0 3 58 E 3A 4E 30
Octal 334 326 33 0 3 130 16 72 116 60
Binary 11011100 11010110 11011 0 11 1011000 1110 111010 1001110 110000

Color Harmonies of #DCD61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD61B

Black with #DCD61B

Text Example


Text Example

White with #DCD61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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