Html Css Color HEX #DCD81D Barberry

📋 copy color: '#DCD81D'

red 220 ◦ green 216 ◦ blue 29

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

Shades of Barberry #DCD81D

Tints of Barberry #DCD81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.45%

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

R = 47.31%
G = 46.45%
B = 6.24%

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

#DCD81D (or 0xDCD81D) is known color: Barberry. HEX triplet: DC, D8 and 1D. RGB value is (220,216,29). Sum of RGB (Red+Green+Blue) = 220+216+29=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD81D is #2327E2. Grayscale: #C4C4C4. Windows color (decimal): -2303971 or 1956060. OLE color: 1956060.

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

Color convert

RGB 220 216 29 -
CMYK 0 0.02 0.87 0.14
HSL 58.74º 0.77% 0.49% -
HSV(B) 58.74º 0.87% 0.86% -
XYZ 54.29 64.42 10.73 -
YUV 195.88 33.83 145.21 -
System Red Green Blue C M Y K H S L
Decimal 220 216 29 0 0.02 0.87 0.14 58.74 0.77 0.49
Hex DC D8 1D 0 2 57 E 3B 4D 31
Octal 334 330 35 0 2 127 16 73 115 61
Binary 11011100 11011000 11101 0 10 1010111 1110 111011 1001101 110001

Color Harmonies of #DCD81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD81D

Black with #DCD81D

Text Example


Text Example

White with #DCD81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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