Html Css Color HEX #DCD90F Barberry

📋 copy color: '#DCD90F'

red 220 ◦ green 217 ◦ blue 15

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

Shades of Barberry #DCD90F

Tints of Barberry #DCD90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 48.67%
G = 48.01%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD90F (or 0xDCD90F) is known color: Barberry. HEX triplet: DC, D9 and 0F. RGB value is (220,217,15). Sum of RGB (Red+Green+Blue) = 220+217+15=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD90F is #2326F0. Grayscale: #C3C3C3. Windows color (decimal): -2303729 or 1038812. OLE color: 1038812.

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

Color convert

RGB 220 217 15 -
CMYK 0 0.01 0.93 0.14
HSL 59.12º 0.87% 0.46% -
HSV(B) 59.12º 0.93% 0.86% -
XYZ 54.41 64.88 10.11 -
YUV 194.87 26.49 145.93 -
System Red Green Blue C M Y K H S L
Decimal 220 217 15 0 0.01 0.93 0.14 59.12 0.87 0.46
Hex DC D9 F 0 1 5D E 3B 57 2E
Octal 334 331 17 0 1 135 16 73 127 56
Binary 11011100 11011001 1111 0 1 1011101 1110 111011 1010111 101110

Color Harmonies of #DCD90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD90F

Black with #DCD90F

Text Example


Text Example

White with #DCD90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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