Html Css Color HEX #DCD70E Barberry

📋 copy color: '#DCD70E'

red 220 ◦ green 215 ◦ blue 14

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

Shades of Barberry #DCD70E

Tints of Barberry #DCD70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

 BLUE value IS 14 (5.86% from 255) = 3.12%

R = 49%
G = 47.88%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCD70E (or 0xDCD70E) is known color: Barberry. HEX triplet: DC, D7 and 0E. RGB value is (220,215,14). Sum of RGB (Red+Green+Blue) = 220+215+14=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD70E is #2328F1. Grayscale: #C2C2C2. Windows color (decimal): -2304242 or 972764. OLE color: 972764.

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

Color convert

RGB 220 215 14 -
CMYK 0 0.02 0.94 0.14
HSL 58.54º 0.88% 0.46% -
HSV(B) 58.54º 0.94% 0.86% -
XYZ 53.89 63.85 9.9 -
YUV 193.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 220 215 14 0 0.02 0.94 0.14 58.54 0.88 0.46
Hex DC D7 E 0 2 5E E 3B 58 2E
Octal 334 327 16 0 2 136 16 73 130 56
Binary 11011100 11010111 1110 0 10 1011110 1110 111011 1011000 101110

Color Harmonies of #DCD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD70E

Black with #DCD70E

Text Example


Text Example

White with #DCD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD70E; }

 p { color: rgb(220,215,14); }

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

background-color css

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

 a { background-color: rgb(220,215,14); }

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

border-color css

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

 span { border-color: rgb(220,215,14); }

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