Html Css Color HEX #DCD90D Barberry

📋 copy color: '#DCD90D'

red 220 ◦ green 217 ◦ blue 13

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

Shades of Barberry #DCD90D

Tints of Barberry #DCD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

 BLUE value IS 13 (5.47% from 255) = 2.89%

R = 48.89%
G = 48.22%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCD90D (or 0xDCD90D) is known color: Barberry. HEX triplet: DC, D9 and 0D. RGB value is (220,217,13). Sum of RGB (Red+Green+Blue) = 220+217+13=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD90D is #2326F2. Grayscale: #C3C3C3. Windows color (decimal): -2303731 or 907740. OLE color: 907740.

HSL color Cylindrical-coordinate representation of color #DCD90D: hue angle of 59.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCD90D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 13 -
CMYK 0 0.01 0.94 0.14
HSL 59.13º 0.89% 0.46% -
HSV(B) 59.13º 0.94% 0.86% -
XYZ 54.4 64.87 10.03 -
YUV 194.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 220 217 13 0 0.01 0.94 0.14 59.13 0.89 0.46
Hex DC D9 D 0 1 5E E 3B 59 2E
Octal 334 331 15 0 1 136 16 73 131 56
Binary 11011100 11011001 1101 0 1 1011110 1110 111011 1011001 101110

Color Harmonies of #DCD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD90D

Black with #DCD90D

Text Example


Text Example

White with #DCD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD90D; }

 p { color: rgb(220,217,13); }

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

background-color css

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

 a { background-color: rgb(220,217,13); }

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

border-color css

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

 span { border-color: rgb(220,217,13); }

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